Skip to content

Commit

Permalink
Remove errant backslash in Base documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitrodist committed Apr 15, 2013
1 parent d16cb85 commit 9ce9c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/active_resource/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ module ActiveResource
#
# Since simple CRUD/life cycle methods can't accomplish every task, Active Resource also supports
# defining your own custom REST methods. To invoke them, Active Resource provides the <tt>get</tt>,
# <tt>post</tt>, <tt>put</tt> and <tt>\delete</tt> methods where you can specify a custom REST method
# <tt>post</tt>, <tt>put</tt> and <tt>delete</tt> methods where you can specify a custom REST method
# name to invoke.
#
# # POST to the custom 'register' REST method, i.e. POST /people/new/register.json.
Expand Down

0 comments on commit 9ce9c4d

Please sign in to comment.