Skip to content

Commit

Permalink
chore: Fix signup controller (#59)
Browse files Browse the repository at this point in the history
* feat: add web console

* feat: add staging env

* fix: user email seed

* fix: move web-console

* fix: rubocop

* chore: use super
  • Loading branch information
jacky-le-goldenowl authored Nov 22, 2024
1 parent fcb3907 commit 6df02b2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/controllers/authentication/registrations_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ module Authentication
class RegistrationsController < Devise::RegistrationsController
before_action :configure_permitted_parameters

def new; end

def create; end

protected

def after_update_path_for(_resource)
Expand Down

0 comments on commit 6df02b2

Please sign in to comment.