Sha256: b3b9123295a757e00ff6d1d1803cc5657cb494a4a3e4b55c4d992c139114952b

Contents?: true

Size: 182 Bytes

Versions: 12

Compression:

Stored size: 182 Bytes

Contents

module DeviseG5Authenticatable
  class RegistrationsController < Devise::RegistrationsController
    rescue_from ActiveRecord::RecordNotSaved, with: :handle_resource_error
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
devise_g5_authenticatable-0.3.0 app/controllers/devise_g5_authenticatable/registrations_controller.rb
devise_g5_authenticatable-0.2.5.beta app/controllers/devise_g5_authenticatable/registrations_controller.rb
devise_g5_authenticatable-0.2.4 app/controllers/devise_g5_authenticatable/registrations_controller.rb
devise_g5_authenticatable-0.2.4.beta app/controllers/devise_g5_authenticatable/registrations_controller.rb
devise_g5_authenticatable-0.2.3 app/controllers/devise_g5_authenticatable/registrations_controller.rb
devise_g5_authenticatable-0.2.2 app/controllers/devise_g5_authenticatable/registrations_controller.rb
devise_g5_authenticatable-0.2.1 app/controllers/devise_g5_authenticatable/registrations_controller.rb
devise_g5_authenticatable-0.2.0 app/controllers/devise_g5_authenticatable/registrations_controller.rb
devise_g5_authenticatable-0.1.3 app/controllers/devise_g5_authenticatable/registrations_controller.rb
devise_g5_authenticatable-0.1.2 app/controllers/devise_g5_authenticatable/registrations_controller.rb
devise_g5_authenticatable-0.1.1 app/controllers/devise_g5_authenticatable/registrations_controller.rb
devise_g5_authenticatable-0.1.0 app/controllers/devise_g5_authenticatable/registrations_controller.rb