aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/http_authentication.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/lib/action_controller/metal/http_authentication.rb')
-rw-r--r--actionpack/lib/action_controller/metal/http_authentication.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/lib/action_controller/metal/http_authentication.rb b/actionpack/lib/action_controller/metal/http_authentication.rb
index 308b386d9a..e295002b16 100644
--- a/actionpack/lib/action_controller/metal/http_authentication.rb
+++ b/actionpack/lib/action_controller/metal/http_authentication.rb
@@ -29,7 +29,7 @@ module ActionController
#
# protected
# def set_account
- # @account = Account.find_by(url_name: request.subdomains.first)
+ # @account = Account.find_by_url_name(request.subdomains.first)
# end
#
# def authenticate
@@ -344,7 +344,7 @@ module ActionController
#
# protected
# def set_account
- # @account = Account.find_by(url_name: request.subdomains.first)
+ # @account = Account.find_by_url_name(request.subdomains.first)
# end
#
# def authenticate