Skip to content

Commit

Permalink
Fixed typo on class reference in README
Browse files Browse the repository at this point in the history
* The class is ActionController::HttpAuthentication::Basic rather than
  HTTPAuthentication.
  • Loading branch information
dyba committed Apr 21, 2012
1 parent 80597bb commit 0aa68df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -202,7 +202,7 @@ All Action Controller modules know about their dependent modules, so you can fee
Some common modules you might want to add:

* *AbstractController::Translation*: Support for the *l* and *t* localization and translation methods. These delegate to *I18n.translate* and *I18n.localize*.
* *ActionController::HTTPAuthentication::Basic* (or *Digest* or *Token*): Support for basic, digest or token HTTP authentication.
* *ActionController::HttpAuthentication::Basic* (or *Digest* or *Token*): Support for basic, digest or token HTTP authentication.
* *AbstractController::Layouts*: Support for layouts when rendering.
* *ActionController::MimeResponds*: Support for content negotiation (*respond_to*, *respond_with*).
* *ActionController::Cookies*: Support for *cookies*, which includes support for signed and encrypted cookies. This requires the cookie middleware.
Expand Down

0 comments on commit 0aa68df

Please sign in to comment.