<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -30,7 +30,7 @@ module Components
 
   module HelperMethods
     def render_component(options)
-      @controller.send!(:render_component_as_string, options)
+      @controller.__send__(:render_component_as_string, options)
     end
   end
 </diff>
      <filename>lib/components.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4583103a64894093eb5f6cbafa3aedc543f8f61a</id>
    </parent>
  </parents>
  <author>
    <name>Dan Powell</name>
    <email>dan@abakas.com</email>
  </author>
  <url>http://github.com/rails/render_component/commit/a0d363fac54cddb88660ddce5593d461f764d67e</url>
  <id>a0d363fac54cddb88660ddce5593d461f764d67e</id>
  <committed-date>2008-12-29T17:07:43-08:00</committed-date>
  <authored-date>2008-12-27T07:07:12-08:00</authored-date>
  <message>Get rid of 'Object#send!'. It was originally added because it's in Ruby
1.9, but it has since been removed from 1.9.

Backported from rails commit a1eb4e11c2cccb91483fa15f1a1a0b2ae518d2cf.</message>
  <tree>2fa2b0e180b8e3cd00f0a3201b60cddf6b41b141</tree>
  <committer>
    <name>Pratik Naik</name>
    <email>pratiknaik@gmail.com</email>
  </committer>
</commit>
