spree_paypal_express/lib/spree/checkouts_controller_with_p...

7 lines
178 B
Ruby
Raw Normal View History

2010-11-28 14:31:31 +00:00
module Spree::CheckoutControllerWithPaypalExpress
def self.included(target)
target.before_filter :redirect_to_paypal_express_form, :only => [:update]
end
private
end