Sha256: cf55108297576f56b95898bbffe6de8398a7ac58684e50097dec846640815f3d
Contents?: true
Size: 457 Bytes
Versions: 15
Compression:
Stored size: 457 Bytes
Contents
# Read about factories at http://github.com/thoughtbot/factory_girl FactoryGirl.define do factory :produce_type do name "mystring" display_name "MyText" note "MyText" end end # == Schema Information # # Table name: produce_types # # id :integer not null, primary key # name :string(255) # display_name :text # note :text # position :integer # created_at :datetime # updated_at :datetime #
Version data entries
15 entries across 15 versions & 1 rubygems