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
1 changed files with 1 additions and 1 deletions

View File

@ -794,7 +794,7 @@ class AdminsController < ApplicationController
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