<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,6 @@
 = ActiveMerchant CHANGELOG
 
+* Don't directly use the inflector in the action view helper [cody]
 * Work around Rails Inflector change [cody]
 * Add configurable timeouts to PostsData [Michael Koziarski]
 * Add valid_sender? method to gateway integrations [Soleone]</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -42,7 +42,7 @@ module ActiveMerchant #:nodoc:
         def payment_service_for(order, account, options = {}, &amp;proc)
           raise ArgumentError, &quot;Missing block&quot; unless block_given?
 
-          integration_module = ActiveMerchant::Billing::Integrations.const_get(Inflector.classify(&quot;#{options.delete(:service)}&quot;))
+          integration_module = ActiveMerchant::Billing::Integrations.const_get(options.delete(:service).to_s.classify)
 
           concat(form_tag(integration_module.service_url, options.delete(:html) || {}), proc.binding)
           result = &quot;\n&quot;</diff>
      <filename>lib/active_merchant/billing/integrations/action_view_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>942ec2a8ae2ef0c39afce7826e09aad1e8d28708</id>
    </parent>
  </parents>
  <author>
    <name>Cody Fauser</name>
    <email>cody@jadedpixel.com</email>
  </author>
  <url>http://github.com/dsparling/active_merchant/commit/9e7407deb7acf76c2252404b920dd7695b118167</url>
  <id>9e7407deb7acf76c2252404b920dd7695b118167</id>
  <committed-date>2008-09-19T06:54:01-07:00</committed-date>
  <authored-date>2008-09-19T06:54:01-07:00</authored-date>
  <message>Don't directly use the inflector in the action view helper</message>
  <tree>775914575aeecbdc1d548638f7ac9d7e5d78b717</tree>
  <committer>
    <name>Cody Fauser</name>
    <email>cody@jadedpixel.com</email>
  </committer>
</commit>
