Skip to content

Instantly share code, notes, and snippets.

@senny
Created July 17, 2014 08:25
Show Gist options
  • Save senny/49f4c89372c00e9ced03 to your computer and use it in GitHub Desktop.
Save senny/49f4c89372c00e9ced03 to your computer and use it in GitHub Desktop.
class ProjectForm < AbstractForm
attribute :name, required: true
association :tasks, records: 3 do
attribute :name, required: true
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment