Sha256: e5dddc6d7991bc13cbe07fe186dec86f05dda98601e1265d1ce144753fed3123

Contents?: true

Size: 1.37 KB

Versions: 30

Compression:

Stored size: 1.37 KB

Contents

module MnoEnterprise::Concerns::Controllers::Auth::PasswordsController
  extend ActiveSupport::Concern
  
  #==================================================================
  # Included methods
  #==================================================================
  # 'included do' causes the included code to be evaluated in the
  # context where it is included rather than being executed in the module's context
  included do
  end
  
  #==================================================================
  # Class methods
  #==================================================================
  module ClassMethods
    # def some_class_method
    #   'some text'
    # end
  end
  
  #==================================================================
  # Instance methods
  #==================================================================
  # GET /resource/password/new
  # def new
  #   super
  # end

  # POST /resource/password
  # def create
  #   super
  # end

  # GET /resource/password/edit?reset_password_token=abcdef
  # def edit
  #   super
  # end

  # PUT /resource/password
  # def update
  #   super
  # end

  # protected

  # def after_resetting_password_path_for(resource)
  #   super(resource)
  # end

  # The path used after sending reset password instructions
  # def after_sending_reset_password_instructions_path_for(resource_name)
  #   super(resource_name)
  # end
end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
mno-enterprise-core-3.4.0 lib/mno_enterprise/concerns/controllers/auth/passwords_controller.rb
mno-enterprise-core-3.3.3 lib/mno_enterprise/concerns/controllers/auth/passwords_controller.rb
mno-enterprise-core-3.3.2 lib/mno_enterprise/concerns/controllers/auth/passwords_controller.rb
mno-enterprise-core-3.2.1 lib/mno_enterprise/concerns/controllers/auth/passwords_controller.rb
mno-enterprise-core-3.3.1 lib/mno_enterprise/concerns/controllers/auth/passwords_controller.rb
mno-enterprise-core-3.3.0 lib/mno_enterprise/concerns/controllers/auth/passwords_controller.rb
mno-enterprise-core-3.2.0 lib/mno_enterprise/concerns/controllers/auth/passwords_controller.rb
mno-enterprise-core-3.1.4 lib/mno_enterprise/concerns/controllers/auth/passwords_controller.rb
mno-enterprise-core-3.0.7 lib/mno_enterprise/concerns/controllers/auth/passwords_controller.rb
mno-enterprise-core-2.0.9 lib/mno_enterprise/concerns/controllers/auth/passwords_controller.rb
mno-enterprise-core-3.1.3 lib/mno_enterprise/concerns/controllers/auth/passwords_controller.rb
mno-enterprise-core-3.0.6 lib/mno_enterprise/concerns/controllers/auth/passwords_controller.rb
mno-enterprise-core-2.0.8 lib/mno_enterprise/concerns/controllers/auth/passwords_controller.rb
mno-enterprise-core-3.1.2 lib/mno_enterprise/concerns/controllers/auth/passwords_controller.rb
mno-enterprise-core-3.0.5 lib/mno_enterprise/concerns/controllers/auth/passwords_controller.rb
mno-enterprise-core-2.0.7 lib/mno_enterprise/concerns/controllers/auth/passwords_controller.rb
mno-enterprise-core-2.0.6 lib/mno_enterprise/concerns/controllers/auth/passwords_controller.rb
mno-enterprise-core-2.0.5 lib/mno_enterprise/concerns/controllers/auth/passwords_controller.rb
mno-enterprise-core-3.1.1 lib/mno_enterprise/concerns/controllers/auth/passwords_controller.rb
mno-enterprise-core-3.0.4 lib/mno_enterprise/concerns/controllers/auth/passwords_controller.rb