Skip to content

Commit

Permalink
Remove indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pokonski authored Apr 20, 2018
1 parent ad4b243 commit 420d0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Run the bundle command to install it. Then run the generator:
Add the `policies` (and `roles` if you're using it to split up your roles into files) directories to your autoload paths in `application.rb`:

```ruby
config.autoload_paths += %W(#{config.root}/app/policies #{config.root}/app/roles)
config.autoload_paths += %W(#{config.root}/app/policies #{config.root}/app/roles)
```

### Supported Ruby versions
Expand Down

0 comments on commit 420d0d4

Please sign in to comment.