Sha256: 856d064c15a8187028a4fdc8cf58e4252c74679807f19634ad64557670218a95

Contents?: true

Size: 911 Bytes

Versions: 3

Compression:

Stored size: 911 Bytes

Contents

--- 
role_00001: 
  name: Guest  
  display_name_translations: {"en": "Guest"}
  id: 1
  note: 
  position: 1
role_00002: 
  name: User  
  display_name_translations: {"en": "User"}
  id: 2
  note: 
  position: 2
role_00003: 
  name: Librarian  
  display_name_translations: {"en": "Librarian"}
  id: 3
  note: 
  position: 3
role_00004: 
  name: Administrator  
  display_name_translations: {"en": "Administrator"}
  id: 4
  note:
  position: 4

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
enju_seed-0.4.0.beta.1 spec/fixtures/roles.yml
enju_seed-0.3.0.beta.4 spec/fixtures/roles.yml
enju_seed-0.3.0.beta.3 spec/fixtures/roles.yml