Skip to content

Instantly share code, notes, and snippets.

@salami-art
Created November 20, 2013 13:45
Show Gist options
  • Save salami-art/7563427 to your computer and use it in GitHub Desktop.
Save salami-art/7563427 to your computer and use it in GitHub Desktop.
class Author < ActiveRecord::Base
validates :name, :presence => true
has_many :books
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment