Skip to content

Commit

Permalink
After registration, show home page instead of account edit screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKvalheim committed Aug 9, 2020
1 parent fd2cb24 commit 9340939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/registrations_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def after_update_path_for(resource)
end

def after_sign_up_path_for(resource)
edit_user_registration_path(resource)
root_path
end

def configure_permitted_parameters
Expand Down

0 comments on commit 9340939

Please sign in to comment.