public
Fork of Shopify/active_merchant
Description: Active Merchant is a simple payment abstraction library used in and sponsored by Shopify. It is written by Tobias Luetke, Cody Fauser, and contributors. The aim of the project is to feel natural to Ruby users and to abstract as many parts as possible away from the user to offer a consistent interface across all supported gateways.
Homepage: http://activemerchant.org
Clone URL: git://github.com/econsultancy/active_merchant.git
Silenced Rails 2.1.1+ deprecation warning for ActiveSupport::Inflector
tomstuart (author)
Fri Sep 05 08:19:17 -0700 2008
commit  1e2cccc02916cc8d293d9a95e72605255fc0109f
tree    725a0670b33205320b55b14f49256d9f8c133390
parent  7762697191a7c9803f7aa151589e00b00cddf1b9
...
10
11
12
13
 
14
15
...
10
11
12
 
13
14
15
0
@@ -10,6 +10,6 @@ require 'active_merchant/billing/integrations/two_checkout'
0
 require 'active_merchant/billing/integrations/hi_trust'
0
 
0
 # make the bogus gateway be classified correctly by the inflector
0
-Inflector.inflections do |inflect|
0
+ActiveSupport::Inflector.inflections do |inflect|
0
   inflect.uncountable 'bogus'
0
 end

Comments

    No one has commented yet.