mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-10 08:08:00 -05:00
Merge pull request #4129 from laserlemon/patch-1
Self-love isn't entirely appropriate in this setting
This commit is contained in:
@@ -7,7 +7,7 @@ class Devise::RegistrationsController < DeviseController
|
||||
def new
|
||||
build_resource({})
|
||||
yield resource if block_given?
|
||||
respond_with self.resource
|
||||
respond_with resource
|
||||
end
|
||||
|
||||
# POST /resource
|
||||
|
||||
Reference in New Issue
Block a user