Sha256: 9d4873c037105336eead723513d7cd5cccd888c584f0e8a2c1562ea3013cbae6
Contents?: true
Size: 450 Bytes
Versions: 8
Compression:
Stored size: 450 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 # display_name :text # note :text # position :integer # created_at :datetime # updated_at :datetime #
Version data entries
8 entries across 7 versions & 2 rubygems