Skip to content

Commit

Permalink
Clean up language around disabling routes
Browse files Browse the repository at this point in the history
  • Loading branch information
harlow committed Oct 30, 2012
1 parent 0fb4e94 commit 449b34b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -99,9 +99,9 @@ Note: This is not a catchall route. It will check the `HighVoltage.content_path`
#### Disabling routes

The default routes can be completely removed by changing the
`HighVoltage.routes` Boolean. For example, in
`config/initializers/high_voltage.rb`:
`HighVoltage.routes` to `false`

# config/initializers/high_voltage.rb
HighVoltage.routes = false

Customize
Expand Down

0 comments on commit 449b34b

Please sign in to comment.