Sha256: 7460b99654c1a49e1b24230969ebf11986865a325a9fbbac3b6828e9dbde96f6
Contents?: true
Size: 452 Bytes
Versions: 8
Compression:
Stored size: 452 Bytes
Contents
# Read about factories at http://github.com/thoughtbot/factory_girl FactoryGirl.define do factory :realize_type do name "mystring" display_name "MyText" note "MyText" end end # == Schema Information # # Table name: realize_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