Parent

Files

Merb::Authentication::Strategies::Basic::Base

Public Class Methods

login_param() click to toggle source

Overwrite this method to customize the field

    # File lib/merb-auth-more/strategies/abstract_password.rb, line 17
17:         def self.login_param
18:           (Merb::Plugins.config[:"merb-auth"][:login_param] || :login).to_s.to_sym
19:         end
password_param() click to toggle source

Overwrite this method to customize the field

    # File lib/merb-auth-more/strategies/abstract_password.rb, line 12
12:         def self.password_param
13:           (Merb::Plugins.config[:"merb-auth"][:password_param] || :password).to_s.to_sym
14:         end

Public Instance Methods

login_param() click to toggle source
    # File lib/merb-auth-more/strategies/abstract_password.rb, line 25
25:         def login_param
26:           @login_param ||= Base.login_param
27:         end
password_param() click to toggle source
    # File lib/merb-auth-more/strategies/abstract_password.rb, line 21
21:         def password_param
22:           @password_param ||= Base.password_param
23:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.