<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,12 +4,13 @@ module ActionView
     module FormHelper
       # helper to create a select drop down list for the symbolize values
       def select_sym(object, method, choices = nil, options = {}, html_options = {})
-        InstanceTag.new(object, method, self, nil, options.delete(:object)).
+        
+        InstanceTag.new(object, method, self, options.delete(:object)).
           to_select_sym_tag(choices, options, html_options)
       end
       
       def radio_sym(object, method, choices = nil, options = {})
-        InstanceTag.new(object, method, self, nil, options.delete(:object)).
+        InstanceTag.new(object, method, self, options.delete(:object)).
           to_radio_sym_tag(choices, options)
       end
     end</diff>
      <filename>lib/symbolize_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>bf7a8bd1d37b3a5961fbbcc2e5fda9850bf7a6d6</id>
    </parent>
  </parents>
  <author>
    <name>Everton Ribeiro</name>
    <email>nuxlli@gmail.com</email>
  </author>
  <url>http://github.com/nuxlli/activerecord_symbolize/commit/04f470ae7a96f36d0e835d85f0a6305cededc50f</url>
  <id>04f470ae7a96f36d0e835d85f0a6305cededc50f</id>
  <committed-date>2009-04-26T13:23:22-07:00</committed-date>
  <authored-date>2009-04-26T13:23:22-07:00</authored-date>
  <message>Update for compatibility with Rails 2.2 and 2.3</message>
  <tree>9f83d5956da51669b8a903d6b3cc7d2684f7f6c5</tree>
  <committer>
    <name>Everton Ribeiro</name>
    <email>nuxlli@gmail.com</email>
  </committer>
</commit>
