lib/active_merchant/billing/integrations.rb in activemerchant-1.7.2 vs lib/active_merchant/billing/integrations.rb in activemerchant-1.7.3

- old
+ new

@@ -1,16 +1,4 @@ - -# make the bogus gateway be classified correctly by the inflector -if defined?(ActiveSupport::Inflector) - ActiveSupport::Inflector.inflections do |inflect| - inflect.uncountable 'bogus' - end -else - Inflector.inflections do |inflect| - inflect.uncountable 'bogus' - end -end - module ActiveMerchant module Billing module Integrations Dir[File.dirname(__FILE__) + '/integrations/*.rb'].each do |f|