Ruby on Rails Tuesday, February 18, 2020



On Tuesday, February 18, 2020 at 6:59:15 PM UTC+1, Momeas Interactive wrote:
I don't think polymorphism in Rails can work that way 

did you try


`has_many :users_following, through: :active_relationships, source: :followable, source_type: "FollowableUser"`

`has_many :projects_following, through: :active_relationships, source: :followable, source_type: "FollowableProject"`



Yeah I guess that would work. I would need to change a lot in my code but yeah I could do that. It's too bad if you can't do it in Rails

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/b3df4b44-223e-42aa-a2d2-737a86cc09a9%40googlegroups.com.

No comments:

Post a Comment