diff --git a/README.md b/README.md index e7b4be1..af709d6 100644 --- a/README.md +++ b/README.md @@ -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