<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -69,8 +69,8 @@ module ActiveRecord
         @target
       end
 
-      def respond_to?(symbol, include_priv = false)
-        proxy_respond_to?(symbol, include_priv) || (load_target &amp;&amp; @target.respond_to?(symbol, include_priv))
+      def respond_to?(*args)
+        proxy_respond_to?(*args) || (load_target &amp;&amp; @target.respond_to?(*args))
       end
 
       # Explicitly proxy === because the instance method removal above</diff>
      <filename>activerecord/lib/active_record/associations/association_proxy.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>82778351a8b1036ac4bdc8e72a3f011151fefa31</id>
    </parent>
  </parents>
  <author>
    <name>Jeremy Kemper</name>
    <email>jeremy@bitsweat.net</email>
  </author>
  <url>http://github.com/rails/rails/commit/a444c782125e10ead6227f7cc57b2f5c739111f2</url>
  <id>a444c782125e10ead6227f7cc57b2f5c739111f2</id>
  <committed-date>2008-08-27T21:32:51-07:00</committed-date>
  <authored-date>2008-08-27T21:32:51-07:00</authored-date>
  <message>respond_to? passes along splat args to avoid introducing the second arg if it was omitted</message>
  <tree>144191f6727471fd90c060df9ae57e4ba438adb6</tree>
  <committer>
    <name>Jeremy Kemper</name>
    <email>jeremy@bitsweat.net</email>
  </committer>
</commit>
