Sha256: 539bec64c35db6c6c762f927539c7eefd0b8280f926693913a539502e5245950
Contents?: true
Size: 547 Bytes
Versions: 1
Compression:
Stored size: 547 Bytes
Contents
FactoryBot.define do factory :budget_type do |f| f.sequence(:name){|n| "budget_type_#{n}"} end end # == Schema Information # # Table name: budget_types # # id :bigint not null, primary key # name :string # display_name :text # note :text # position :integer # created_at :datetime not null # updated_at :datetime not null # display_name_translations :jsonb not null #
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
enju_library-0.4.0.rc.1 | spec/factories/budget_types.rb |