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
No related merge requests found
Loading
Loading
@@ -55,7 +55,7 @@ class RegistrationsController < Devise::RegistrationsController
end
 
def resource
@resource ||= User.new
@resource ||= User.new(sign_up_params)
end
 
def devise_mapping
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment