registration_controller.cr

Copy & Paste the code block below into: controllers/registration_controller.cr

Granite:

class RegistrationController < Mochi::Confirmable::Controllers::Granite::RegistrationController
  def confirm
    super
  end
end

Jennifer:

class RegistrationController < Mochi::Confirmable::Controllers::Jennifer::RegistrationController
  def confirm
    super
  end
end

Last updated