Skip to content

Instantly share code, notes, and snippets.

@hemalich
Created January 19, 2011 10:15
Show Gist options
  • Select an option

  • Save hemalich/785958 to your computer and use it in GitHub Desktop.

Select an option

Save hemalich/785958 to your computer and use it in GitHub Desktop.
Translating ActiveModel errors Book model
class Book < Item
validates_presence_of :title
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment