aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/lib/active_resource/base.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activeresource/lib/active_resource/base.rb')
-rw-r--r--activeresource/lib/active_resource/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activeresource/lib/active_resource/base.rb b/activeresource/lib/active_resource/base.rb
index fb23b13fbb..9dc715b0fa 100644
--- a/activeresource/lib/active_resource/base.rb
+++ b/activeresource/lib/active_resource/base.rb
@@ -1012,7 +1012,7 @@ module ActiveResource
end
def split_options(options = {})
- self.class.send!(:split_options, options)
+ self.class.__send__(:split_options, options)
end
def method_missing(method_symbol, *arguments) #:nodoc: