RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Has many through polymorphic associations with ActiveRecord

I ran into a situation recently where I wanted to use a has_many through polymorphic relation (think has_many :commenters, through: :comments, where a ‘commenter’ could be a User or a Robot) That, surprisingly, isn’t currently possible with ActiveRecord, so I made the polymorph gem to support it!

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in