Skip to content

Commit 6df02b2

Browse files
chore: Fix signup controller (#59)
* feat: add web console * feat: add staging env * fix: user email seed * fix: move web-console * fix: rubocop * chore: use super
1 parent fcb3907 commit 6df02b2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/controllers/authentication/registrations_controller.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ module Authentication
22
class RegistrationsController < Devise::RegistrationsController
33
before_action :configure_permitted_parameters
44

5-
def new; end
6-
7-
def create; end
8-
95
protected
106

117
def after_update_path_for(_resource)

0 commit comments

Comments
 (0)