Skip to content
Snippets Groups Projects
Commit 6f0ee5c9 authored by Stan Hu's avatar Stan Hu
Browse files

Fix failed spec

parent 9f7d379c
No related branches found
No related tags found
1 merge request!2216Add support for Google reCAPTCHA in user registration to prevent spammers
Loading
@@ -55,7 +55,7 @@ class RegistrationsController < Devise::RegistrationsController
Loading
@@ -55,7 +55,7 @@ class RegistrationsController < Devise::RegistrationsController
end end
   
def resource def resource
@resource ||= User.new @resource ||= User.new(sign_up_params)
end end
   
def devise_mapping def devise_mapping
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment