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

Version Path
enju_circulation-0.3.11 spec/fixtures/budget_types.yml
enju_circulation-0.3.10 spec/fixtures/budget_types.yml
enju_circulation-0.3.9 spec/fixtures/budget_types.yml
enju_library-0.4.0.rc.1 spec/fixtures/budget_types.yml
enju_circulation-0.3.8 spec/fixtures/budget_types.yml
enju_circulation-0.3.7 spec/fixtures/budget_types.yml