Let the controller dictate the layout, remove inline layout specification

This commit is contained in:
Denis 'jumph4x 2011-03-27 13:00:08 -04:00
parent 39a3b00602
commit e9e73ebc6e
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ CheckoutController.class_eval do
@order.save
if payment_method.preferred_review
render 'shared/paypal_express_confirm', :layout => 'spree_application'
render 'shared/paypal_express_confirm'
else
paypal_finish
end