Skip to content

Commit

Permalink
Merge pull request #4147 from nerfologist/marcoarduini/fix-typo-in-cu…
Browse files Browse the repository at this point in the history
…stomizing-permissions-guide

Fix small typo in the 'customizing permissions' guide
  • Loading branch information
kennyadsl authored Sep 1, 2021
2 parents bac2368 + ed57a01 commit 311512f
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 311512f

Please sign in to comment.