diff --git a/app/controllers/authentication/registrations_controller.rb b/app/controllers/authentication/registrations_controller.rb index 08916e7..215f31f 100644 --- a/app/controllers/authentication/registrations_controller.rb +++ b/app/controllers/authentication/registrations_controller.rb @@ -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)