Change default avatar, redirect to home after sign up
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user