Sha256: f22c82835618f546624086863e2ec96efa1fe2bd8e6dae7387e13789c93aa334
Contents?: true
Size: 461 Bytes
Versions: 23
Compression:
Stored size: 461 Bytes
Contents
# Read about factories at http://github.com/thoughtbot/factory_girl FactoryBot.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
23 entries across 23 versions & 1 rubygems