0
0
Fork 0

Change default avatar, redirect to home after sign up

This commit is contained in:
Eugen Rochko 2016-03-21 17:18:30 +01:00
parent 9d55529318
commit 02696a063e
4 changed files with 9 additions and 4 deletions

View file

@ -17,6 +17,6 @@ class Auth::RegistrationsController < Devise::RegistrationsController
end
def after_sign_up_path_for(resource)
account_path(resource.account)
root_path
end
end