Skip to content

Instantly share code, notes, and snippets.

@batasrki
Created September 25, 2011 22:19
Show Gist options
  • Select an option

  • Save batasrki/1241248 to your computer and use it in GitHub Desktop.

Select an option

Save batasrki/1241248 to your computer and use it in GitHub Desktop.
Example model
class Job < ActiveRecord::Base
validates_presence_of :name, :category, :client
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment