Sha256: 9682e649a8500fa008f355fb403284e348bc741be11a43b5a29773c9c1268b7a

Contents?: true

Size: 269 Bytes

Versions: 7

Compression:

Stored size: 269 Bytes

Contents

# frozen_string_literal: true

module DeviseG5Authenticatable
  # Registrations controller with custom error handling
  class RegistrationsController < Devise::RegistrationsController
    rescue_from ActiveRecord::RecordNotSaved, with: :handle_resource_error
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
devise_g5_authenticatable-1.0.3 app/controllers/devise_g5_authenticatable/registrations_controller.rb
devise_g5_authenticatable-1.0.2.rc.3 app/controllers/devise_g5_authenticatable/registrations_controller.rb
devise_g5_authenticatable-1.0.2.rc.2 app/controllers/devise_g5_authenticatable/registrations_controller.rb
devise_g5_authenticatable-1.0.2.rc.1 app/controllers/devise_g5_authenticatable/registrations_controller.rb
devise_g5_authenticatable-1.0.1.rc.1 app/controllers/devise_g5_authenticatable/registrations_controller.rb
devise_g5_authenticatable-1.0.0 app/controllers/devise_g5_authenticatable/registrations_controller.rb
devise_g5_authenticatable-1.0.0.pre.1 app/controllers/devise_g5_authenticatable/registrations_controller.rb