Sha256: ce7e006ed544d60b5907bb51b417f99f78158062cd3da13f4fdbb8c0b1d11310
Contents?: true
Size: 491 Bytes
Versions: 7
Compression:
Stored size: 491 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 not null # updated_at :datetime not null #
Version data entries
7 entries across 7 versions & 1 rubygems