18 lines
376 B
YAML
18 lines
376 B
YAML
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
one:
|
|
name: Group One
|
|
description: First test group
|
|
|
|
two:
|
|
name: Group Two
|
|
description: Second test group
|
|
|
|
admin_group:
|
|
name: Administrators
|
|
description: System administrators with full access
|
|
|
|
editor_group:
|
|
name: Editors
|
|
description: Content editors with limited access
|