You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
marking all instances of a model won't work. It seems that calling has_many with the same association. if I change the call of has_many in acts_as_readable to
all is well (if readable.rb is updated too, of course). Should I issue a pull request for that change? And if so do you have a good idea what to call the associations?
The text was updated successfully, but these errors were encountered:
If have a model like the following
marking all instances of a model won't work. It seems that calling
has_many
with the same association. if I change the call ofhas_many
inacts_as_readable
toall is well (if
readable.rb
is updated too, of course). Should I issue a pull request for that change? And if so do you have a good idea what to call the associations?The text was updated successfully, but these errors were encountered: