<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,7 +4,7 @@ module ActionView
     module FormOptionsHelper
       # Return select and option tags for the given object and method, using country_options_for_select to generate the list of option tags.
       def country_select(object, method, priority_countries = nil, options = {}, html_options = {})
-        InstanceTag.new(object, method, self, nil, options.delete(:object)).to_country_select_tag(priority_countries, options, html_options)
+        InstanceTag.new(object, method, self, options.delete(:object)).to_country_select_tag(priority_countries, options, html_options)
       end
       # Returns a string of option tags for pretty much any country in the world. Supply a country name as +selected+ to
       # have it marked as the selected option tag. You can also supply an array of countries as +priority_countries+, so</diff>
      <filename>lib/country_select.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c06cd99c0a9e0d3ca9d76326a1f339bd5de4bf0b</id>
    </parent>
  </parents>
  <author>
    <name>Michael Koziarski</name>
    <email>michael@koziarski.com</email>
  </author>
  <url>http://github.com/rails/iso-3166-country-select/commit/d3b5d8656df3defc1653aafe1a9bb5f0164c1741</url>
  <id>d3b5d8656df3defc1653aafe1a9bb5f0164c1741</id>
  <committed-date>2008-10-08T02:48:03-07:00</committed-date>
  <authored-date>2008-10-08T02:48:03-07:00</authored-date>
  <message>adjust instance tag call for 2.2.0</message>
  <tree>8dba4808138769d9091ef66a6b30ee4b7065f92f</tree>
  <committer>
    <name>Michael Koziarski</name>
    <email>michael@koziarski.com</email>
  </committer>
</commit>
