Skip to content

Commit

Permalink
Remove save user step when configuring permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonKhorev committed Nov 16, 2023
1 parent aaed886 commit 4737461
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CONFIGURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ $ bundle exec rails console
=> #[ ... ]
>> user.roles.create(:role => "moderator", :granter_id => user.id)
=> #[ ... ]
>> user.save!
=> true
>> quit
```

Expand Down

0 comments on commit 4737461

Please sign in to comment.