Class/Module Index [+]

Quicksearch

ActionDispatch::Http::FilterRedirect

Constants

FILTERED

Public Instance Methods

filtered_location() click to toggle source
# File lib/action_dispatch/http/filter_redirect.rb, line 7
def filtered_location
  if !location_filter.empty? && location_filter_match?
    FILTERED
  else
    location
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.