This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/activeresource/lib/active_resource/base.rb b/activeresource/lib/active_resource/base.rb | |
index dc24e71..f814b8b 100644 | |
--- a/activeresource/lib/active_resource/base.rb | |
+++ b/activeresource/lib/active_resource/base.rb | |
@@ -102,6 +102,8 @@ module ActiveResource | |
# | |
# Many REST APIs will require authentication, usually in the form of basic | |
# HTTP authentication. Authentication can be specified by: | |
+ # | |
+ # === HTTP Basic Authentication |