Skip to content

Instantly share code, notes, and snippets.

@vsavkin
Created May 16, 2012 12:04
Show Gist options
  • Save vsavkin/2709844 to your computer and use it in GitHub Desktop.
Save vsavkin/2709844 to your computer and use it in GitHub Desktop.
Person
class Person
validates_presence_of :name
has_many :addresses
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment