Created
July 24, 2012 03:16
-
-
Save dakatsuka/3167800 to your computer and use it in GitHub Desktop.
RailsAdminがリダイレクトループする場合はdeviseとmountを入れ替える
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AppName::Application.routes.draw do | |
devise_for :admin_users | |
mount RailsAdmin::Engine => "/admin", :as => 'rails_admin' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment