Skip to content

Instantly share code, notes, and snippets.

@fellix
Created March 6, 2012 00:15
Show Gist options
  • Select an option

  • Save fellix/1982389 to your computer and use it in GitHub Desktop.

Select an option

Save fellix/1982389 to your computer and use it in GitHub Desktop.
config devise url
devise_scope :admins do
post '/sign_in', :to => "devise/sessions#create", :as => :admin_session
delete '/sign_out', :to => "devise/sessions#destroy", :as => :destroy_admin_session
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment