Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sferik/rails_admin
Browse files Browse the repository at this point in the history
  • Loading branch information
bbenezech committed Oct 2, 2012
2 parents 67a611d + 1343381 commit 3c694d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -85,7 +85,6 @@ mount RailsAdmin::Engine => '/admin', :as => 'rails_admin' # Feel free to change
```

Note: The `devise_for` route must be placed before the mounted engine. The following will generate infinite redirects.
The following will generate infinite redirects.

```ruby
mount RailsAdmin::Engine => '/admin', :as => 'rails_admin'
Expand Down

0 comments on commit 3c694d1

Please sign in to comment.