Skip to content

Instantly share code, notes, and snippets.

@takuyan
Created September 5, 2012 23:39
Show Gist options
  • Save takuyan/3647764 to your computer and use it in GitHub Desktop.
Save takuyan/3647764 to your computer and use it in GitHub Desktop.
devise_for :users
devise_scope :user do
delete '/logout' => 'devise/sessions#destroy', as: :logout
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment