Change default avatar, redirect to home after sign up
This commit is contained in:
parent
9d55529318
commit
02696a063e
4 changed files with 9 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue