Sha256: 16f6b38526fead1c49a21519eaed01460a5f53e86b8aa5a426103d83981ededd

Contents?: true

Size: 388 Bytes

Versions: 26

Compression:

Stored size: 388 Bytes

Contents

module Locomotive
  class PasswordsController < ::Devise::PasswordsController

    include Locomotive::Routing::SiteDispatcher

    layout '/locomotive/layouts/not_logged_in'

    before_filter :require_site

    helper 'locomotive/base'

    protected

    def after_sending_reset_password_instructions_path_for(resource_name)
      new_locomotive_account_session_path
    end

  end
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
locomotive_cms-2.5.7 app/controllers/locomotive/passwords_controller.rb
locomotive_cms-2.5.6 app/controllers/locomotive/passwords_controller.rb
locomotive_cms-2.5.6.rc2 app/controllers/locomotive/passwords_controller.rb
locomotive_cms-2.5.6.rc1 app/controllers/locomotive/passwords_controller.rb
locomotive_cms-2.5.5 app/controllers/locomotive/passwords_controller.rb
locomotive_cms-2.5.4 app/controllers/locomotive/passwords_controller.rb
locomotive_cms-2.5.3 app/controllers/locomotive/passwords_controller.rb
locomotive_cms-2.5.2 app/controllers/locomotive/passwords_controller.rb
locomotive_cms-2.5.1 app/controllers/locomotive/passwords_controller.rb
locomotive_cms-2.5.0 app/controllers/locomotive/passwords_controller.rb
locomotive_cms-2.5.0.rc3 app/controllers/locomotive/passwords_controller.rb
locomotive_cms-2.5.0.rc2 app/controllers/locomotive/passwords_controller.rb
locomotive_cms-2.5.0.rc1 app/controllers/locomotive/passwords_controller.rb
locomotive_cms-2.4.1 app/controllers/locomotive/passwords_controller.rb
locomotive_cms-2.4.0 app/controllers/locomotive/passwords_controller.rb
locomotive_cms-2.3.1 app/controllers/locomotive/passwords_controller.rb
locomotive_cms-2.3.0 app/controllers/locomotive/passwords_controller.rb
locomotive_cms-2.2.3 app/controllers/locomotive/passwords_controller.rb
locomotive_cms-2.2.2 app/controllers/locomotive/passwords_controller.rb
locomotive_cms-2.2.1 app/controllers/locomotive/passwords_controller.rb