skyxu.me
[Rails Notes] Rails Concerns, and an Example of Wrapping Polymorphic Association
Rails Concern can be helpful to DRY code under certain circumstances. Here is also an example of wrapping polymorphic has_many through association.