Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Jun 8, 2012
1 parent 06af486 commit f5b1f37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,6 +1,6 @@
# Sextant # Sextant


Helps you find your routes on a long Journey on Rails. Helps you find your routes on a long Journey on Rails, in Rails apps 3.2+.


## What ## What


Expand Down Expand Up @@ -35,7 +35,7 @@ Then run `bundle install` and you're ready to start
Add sextant to your routes (config/routes.rb) before catch-all routes Add sextant to your routes (config/routes.rb) before catch-all routes


```ruby ```ruby
mount_sextant mount_sextant if Rails.env.development?
match '*not_found' => 'errors#handle404' match '*not_found' => 'errors#handle404'
match "*path" => 'errors#handle404' match "*path" => 'errors#handle404'
``` ```
Expand Down

0 comments on commit f5b1f37

Please sign in to comment.