Skip to content

Instantly share code, notes, and snippets.

@paulelliott
Created February 18, 2011 14:12
Show Gist options
  • Save paulelliott/833694 to your computer and use it in GitHub Desktop.
Save paulelliott/833694 to your computer and use it in GitHub Desktop.
Proper Use of Fabricators - AR Model
class Model < ActiveRecord::Base
belongs_to :manufacturer
has_many :motorcycles
validates :name, presence: true, uniqueness: true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment