Skip to content

Instantly share code, notes, and snippets.

@foucist
Created May 19, 2015 18:17
Show Gist options
  • Select an option

  • Save foucist/6198d09485ef7b29bba4 to your computer and use it in GitHub Desktop.

Select an option

Save foucist/6198d09485ef7b29bba4 to your computer and use it in GitHub Desktop.
class Message < Base
belongs_to :attachable, polymorphic: true, foreign_type: :attachable_class
end
class Photo < Base
has_many :messages, as: :attachable, foreign_type: :attachable_class
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment