Skip to content

Instantly share code, notes, and snippets.

@ukstudio
Created April 14, 2009 03:23
Show Gist options
  • Select an option

  • Save ukstudio/94933 to your computer and use it in GitHub Desktop.

Select an option

Save ukstudio/94933 to your computer and use it in GitHub Desktop.
class User < ActiveRecord::Base
has_many :entries
accepts_nested_attributes_for :entries
validates_presence_of :name, :email
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment