Skip to content

Instantly share code, notes, and snippets.

@petehuang
Created May 5, 2013 17:55
Show Gist options
  • Save petehuang/5521566 to your computer and use it in GitHub Desktop.
Save petehuang/5521566 to your computer and use it in GitHub Desktop.
redirecting to users index after a user profile edit. why does this work?
devise_for :users do
get 'users', :to => 'users#show', :as => :user_root
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment