Sha256: 597f8ff8d1defdc6883bae73ef1a8a6055803b74010574b72396721a81524684

Contents?: true

Size: 590 Bytes

Versions: 9

Compression:

Stored size: 590 Bytes

Contents

module DmCore
  module Concerns
    module ConfirmationsController
      extend ActiveSupport::Concern
      include DmCore::PermittedParams
      
      included do
      end

      protected

        # Example
        # The path used after confirmation.
        #------------------------------------------------------------------------------
        # def after_confirmation_path_for(resource_name, resource)
        #   index_url
        # end
        #------------------------------------------------------------------------------

      module ClassMethods
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
dm_core-4.2.3.10 app/controllers/dm_core/concerns/confirmations_controller.rb
dm_core-4.2.3.9 app/controllers/dm_core/concerns/confirmations_controller.rb
dm_core-4.2.3.8 app/controllers/dm_core/concerns/confirmations_controller.rb
dm_core-4.2.3.7 app/controllers/dm_core/concerns/confirmations_controller.rb
dm_core-4.2.3.6 app/controllers/dm_core/concerns/confirmations_controller.rb
dm_core-4.2.3.5 app/controllers/dm_core/concerns/confirmations_controller.rb
dm_core-4.2.3.4 app/controllers/dm_core/concerns/confirmations_controller.rb
dm_core-4.2.3.3 app/controllers/dm_core/concerns/confirmations_controller.rb
dm_core-4.2.3.2 app/controllers/dm_core/concerns/confirmations_controller.rb