spree_paypal_express/lib/spree/checkouts_controller_with_p...

7 lines
178 B
Ruby

module Spree::CheckoutControllerWithPaypalExpress
def self.included(target)
target.before_filter :redirect_to_paypal_express_form, :only => [:update]
end
private
end