Skip to content

Instantly share code, notes, and snippets.

/example.rb Secret

Created April 7, 2016 20:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/5836664896d50eea0a316c5d47e0fa62 to your computer and use it in GitHub Desktop.
Save anonymous/5836664896d50eea0a316c5d47e0fa62 to your computer and use it in GitHub Desktop.
class Product < ActiveRecord::Base
# How is this valid?
validates :title, :description, :image_url, presence: true
def method
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment