Fix missing single quote that was messing up syntax highlighting.

This commit is contained in:
Robert Ross 2011-11-21 17:06:00 -08:00
parent 5660a16d56
commit 9dc9db1c99
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ module ActiveResource
# self.site = "http://37s.sunrise.i:3000"
# end
#
# Person.new(:name => 'Ryan).post(:register) # POST /people/new/register.json
# Person.new(:name => 'Ryan').post(:register) # POST /people/new/register.json
# # => { :id => 1, :name => 'Ryan' }
#
# Person.find(1).put(:promote, :position => 'Manager') # PUT /people/1/promote.json