質問編集履歴
1
誤字の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -64,7 +64,9 @@
|
|
64
64
|
|
65
65
|
(app/controllers/users/registrations_controller.rb)
|
66
66
|
|
67
|
+
```ruby
|
68
|
+
|
67
|
-
|
69
|
+
class Users::RegistrationsController < Devise::RegistrationsController
|
68
70
|
|
69
71
|
before_action :configure_sign_up_params, only: [:create]
|
70
72
|
|
@@ -80,7 +82,7 @@
|
|
80
82
|
|
81
83
|
(app/views/users/registrations/new.html.erb)
|
82
84
|
|
83
|
-
```
|
85
|
+
```HTML
|
84
86
|
|
85
87
|
<h2>Sign up</h2>
|
86
88
|
|