Sha256: eb84d4e0ca907b486e67da162fb2104a29d0b03ea36ae59c8a59c2ccf2b0cf57
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 :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
23 entries across 23 versions & 1 rubygems