Class Index [+]

Quicksearch

ActionController::HttpAuthentication::Basic::ControllerMethods::ClassMethods

Public Instance Methods

http_basic_authenticate_with(options = {}) click to toggle source
     # File lib/action_controller/metal/http_authentication.rb, line 111
111:           def http_basic_authenticate_with(options = {})
112:             before_filter(options.except(:name, :password, :realm)) do
113:               authenticate_or_request_with_http_basic(options[:realm] || "Application") do |name, password|
114:                 name == options[:name] && password == options[:password]
115:               end
116:             end
117:           end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.