Sha256: dc9cbcfa755cfaa2a05ccce50521dcb00b32339f51e5b8cc39f3b6a906b7195e
Contents?: true
Size: 711 Bytes
Versions: 6
Compression:
Stored size: 711 Bytes
Contents
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html public_fund: name: Public fund display_name: {"en": "Public fund"} note: position: 1 id: 1 donation: name: Donation display_name: {"en": "Donation"} note: position: 2 id: 2 # == 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
6 entries across 6 versions & 2 rubygems