Commit d3fcb60e authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'flash_message_after_signup' into 'master'

Flash message after signup

Fixes #1366

See merge request !948
parents 078a4a7c 87f89bc9
......@@ -15,6 +15,14 @@ class RegistrationsController < Devise::RegistrationsController
super
end
def after_sign_up_path_for resource
new_user_session_path
end
def after_inactive_sign_up_path_for resource
new_user_session_path
end
private
def signup_enabled?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment