public
Fork of Shopify/active_merchant
Description: Fork of Activemerchant, adding additional cybersource support for subscriptions and ACH
Homepage: http://activemerchant.org
Clone URL: git://github.com/elevation/active_merchant.git
active_merchant / init.rb
100644 4 lines (3 sloc) 0.181 kb
1
2
3
4
require 'active_merchant'
require 'active_merchant/billing/integrations/action_view_helper'
ActionView::Base.send(:include, ActiveMerchant::Billing::Integrations::ActionViewHelper)