public
Fork of Shopify/active_merchant
Description: Active Merchant fork to expand Realex gateway support.
Homepage: http://activemerchant.org
Clone URL: git://github.com/BDQ/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)