Skip to content

Instantly share code, notes, and snippets.

@cyberoctopi
Created April 12, 2012 18:41
Show Gist options
  • Select an option

  • Save cyberoctopi/2369967 to your computer and use it in GitHub Desktop.

Select an option

Save cyberoctopi/2369967 to your computer and use it in GitHub Desktop.
belongs_to :user
has_many :categorizations
has_many :categories, :through => :categorizations
# accepts_nested_attributes_for :categories,
# :reject_if => lambda { |a| a[:content].blank? },
# :allow_destroy => true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment