Skip to content

Instantly share code, notes, and snippets.

@ktopping
Created January 25, 2012 21:03
Show Gist options
  • Save ktopping/1678705 to your computer and use it in GitHub Desktop.
Save ktopping/1678705 to your computer and use it in GitHub Desktop.
class Event < ActiveRecord::Base
...
has_many :options, :class_name => "EventOption", ...
accepts_nested_attributes_for :options
...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment