Sha256: b8021b90ca5859e1776558c9c518d3fd5e89a4c6cc2d301cdf3e2197d74ae3c4
Contents?: true
Size: 366 Bytes
Versions: 37
Compression:
Stored size: 366 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 :integer not null, primary key # name :string # display_name :text # note :text # position :integer # created_at :datetime # updated_at :datetime #
Version data entries
37 entries across 37 versions & 2 rubygems