0
votes
2answers
190 views
Multiple has_many_polymorphs in one model
I'm trying to define multiple polymorphic relations (has_many_polymorphs plugin) from a single parent to same children.
Note has many viewers
Note has many editors
Vi …
0
votes
non-DB attr_accessor attribute persistence in Rails
This sounds like a strange pattern (having a rake task access model attributes).
Perhaps you intend to have an application config or the like? If so, there are few plugins that handles such …
