1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix typo [ci skip]

This commit is contained in:
Sıtkı Bağdat 2013-12-18 12:34:45 +02:00
parent 8a6d40ffc3
commit 0add074d37

View file

@ -794,7 +794,7 @@ class AdminsController < ApplicationController
end end
``` ```
With this in place, you can create namespaced controllers that inherit from `AdminController`. The filter will thus be run for all actions in those controllers, protecting them with HTTP basic authentication. With this in place, you can create namespaced controllers that inherit from `AdminsController`. The filter will thus be run for all actions in those controllers, protecting them with HTTP basic authentication.
### HTTP Digest Authentication ### HTTP Digest Authentication