aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/lib/active_resource/custom_methods.rb
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2012-01-22 17:27:22 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2012-01-22 17:27:53 -0700
commit259c9ceb83b69cb7d1ab5cf3463ed65f7d5ce0e9 (patch)
tree4ce35c97f50e188c8edbb4137d2cd2b0b9942d80 /activeresource/lib/active_resource/custom_methods.rb
parent60615a46c10f6594acead2eac3cbd1ce0e1e16dc (diff)
downloadrails-259c9ceb83b69cb7d1ab5cf3463ed65f7d5ce0e9.tar.gz
rails-259c9ceb83b69cb7d1ab5cf3463ed65f7d5ce0e9.tar.bz2
rails-259c9ceb83b69cb7d1ab5cf3463ed65f7d5ce0e9.zip
Prefer to document with https:// example URLs and no port numbers
Diffstat (limited to 'activeresource/lib/active_resource/custom_methods.rb')
-rw-r--r--activeresource/lib/active_resource/custom_methods.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activeresource/lib/active_resource/custom_methods.rb b/activeresource/lib/active_resource/custom_methods.rb
index 6d69560ea1..a0eb28ed13 100644
--- a/activeresource/lib/active_resource/custom_methods.rb
+++ b/activeresource/lib/active_resource/custom_methods.rb
@@ -20,7 +20,7 @@ module ActiveResource
# standard methods.
#
# class Person < ActiveResource::Base
- # self.site = "http://37s.sunrise.i:3000"
+ # self.site = "https://37s.sunrise.com"
# end
#
# Person.new(:name => 'Ryan').post(:register) # POST /people/new/register.json