Skip to content

Instantly share code, notes, and snippets.

@edipofederle
Created June 24, 2010 02:03
Show Gist options
  • Save edipofederle/450870 to your computer and use it in GitHub Desktop.
Save edipofederle/450870 to your computer and use it in GitHub Desktop.
class Product < ActiveRecord::Base
validates_presence_of :nome, :descricao
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment