Get rid of unused method

It's usage has been removed in 325c9d5e5235db4b5210d9db6c863835d1ac7eed.
This commit is contained in:
Carlos Antonio da Silva 2014-05-13 09:49:00 -03:00
parent e2ae787b36
commit c6c1642383

@ -729,17 +729,6 @@ def recognize_path(path, environment = {})
raise ActionController::RoutingError, "No route matches #{path.inspect}"
end
private
def extract_authentication(options)
if options[:user] && options[:password]
[options.delete(:user), options.delete(:password)]
else
nil
end
end
end
end
end