Skip to content

Commit

Permalink
Fix typo in customizing permissions guide
Browse files Browse the repository at this point in the history
  • Loading branch information
nerfologist committed Aug 17, 2021
1 parent 5cd7e9c commit ed57a01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ in one of the following ways:
`Spree::Role.create(name: 'role_name')` in the Rails console
- Add the line
`Spree::Role.find_or_create_by(name: 'role_name')` in one of the configuration
files (`config/intializers/spree.rb`, `config/application.rb`,
files (`config/initializers/spree.rb`, `config/application.rb`,
`db/migrations`, `db/seeds`) for each role you wish to create

Now that the new role has been created you can simply assign a new list of
Expand Down

0 comments on commit ed57a01

Please sign in to comment.