Sha256: 6d849bf31ed472e22a55338239df05fa766374303dfc359dd654423e4024d131

Contents?: true

Size: 677 Bytes

Versions: 4

Compression:

Stored size: 677 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                        :integer          not null, primary key
#  name                      :string
#  display_name              :text
#  note                      :text
#  position                  :integer
#  created_at                :datetime
#  updated_at                :datetime
#  display_name_translations :jsonb            not null
#

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
enju_circulation-0.4.0.rc.1 spec/fixtures/budget_types.yml
enju_library-0.4.0.beta.4 spec/fixtures/budget_types.yml
enju_library-0.4.0.beta.3 spec/fixtures/budget_types.yml
enju_library-0.4.0.beta.2 spec/fixtures/budget_types.yml