Sha256: 823109e68296ae82c6782708067c4c47f021d27e80ae064107ee8530e3a80271
Contents?: true
Size: 489 Bytes
Versions: 7
Compression:
Stored size: 489 Bytes
Contents
# Read about factories at http://github.com/thoughtbot/factory_girl FactoryGirl.define do factory :create_type do name "MyString" display_name "MyText" note "MyText" end end # == Schema Information # # Table name: create_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