Sha256: 82d00b9a55c3ef2d091a555d916ca36802b67d55dd2bba9f1a3ca8a004dddd2b

Contents?: true

Size: 1.15 KB

Versions: 3

Compression:

Stored size: 1.15 KB

Contents

--- 
event_category_00001: 
  name: unknown
  display_name_translations: {"en": "(not specified)", "ja": "未定"}
  id: 1
  note: ""
  position: 1
event_category_00002: 
  name: closed
  display_name_translations: {"en": "closed", "ja": "休館日"}
  id: 2
  note: ""
  position: 2
event_category_00003: 
  name: book_talk
  display_name_translations: {"en": "talk event", "ja": "おはなし会"}
  id: 3
  note: ""
  position: 3
event_category_00004: 
  name: movie_theater
  display_name_translations: {"en": "screening", "ja": "上映会"}
  id: 4
  note: ""
  position: 4
event_category_00005: 
  name: talk_event
  display_name_translations: {"en": "seminar", "ja": "講演会"}
  id: 5
  note: ""
  position: 5

# == Schema Information
#
# Table name: event_categories
#
#  id                        :bigint           not null, primary key
#  name                      :string           not null
#  display_name_translations :jsonb            not null
#  note                      :text
#  position                  :integer          default(1), not null
#  created_at                :datetime         not null
#  updated_at                :datetime         not null
#

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
enju_event-0.4.0.rc.1 lib/generators/enju_event/setup/templates/db/fixtures/event_categories.yml
enju_event-0.4.0.beta.2 lib/generators/enju_event/setup/templates/db/fixtures/event_categories.yml
enju_event-0.4.0.beta.1 lib/generators/enju_event/setup/templates/db/fixtures/event_categories.yml