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