Sha256: b85f0e671ca4ac59eb7d439f7f56faac62cfa678fbd021756f49c793fc893ee4
Contents?: true
Size: 463 Bytes
Versions: 23
Compression:
Stored size: 463 Bytes
Contents
# Read about factories at http://github.com/thoughtbot/factory_girl FactoryBot.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 # display_name :text # note :text # position :integer # created_at :datetime # updated_at :datetime #
Version data entries
23 entries across 23 versions & 1 rubygems