mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Fix RegistrationsController routes comments
This commit is contained in:
parent
55cb7195b8
commit
3f086656aa
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class Devise::RegistrationsController < ApplicationController
|
|||
render_with_scope :new
|
||||
end
|
||||
|
||||
# POST /resource/sign_up
|
||||
# POST /resource
|
||||
def create
|
||||
build_resource
|
||||
|
||||
|
|
Loading…
Reference in a new issue