Skip to content

Instantly share code, notes, and snippets.

@ilake
Created March 10, 2010 02:52
Show Gist options
  • Select an option

  • Save ilake/327456 to your computer and use it in GitHub Desktop.

Select an option

Save ilake/327456 to your computer and use it in GitHub Desktop.
Raise error when trying to add to a has_many :through association. •
Use the Join Model instead. [Rick]
@post.tags << @tag # BAD
@post.taggings.create(:tag => @tag) # GOOD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment