Skip to content

Commit

Permalink
Update checkout_controller_decorator.rb
Browse files Browse the repository at this point in the history
Updated before_filter to before action for rails 5.1
  • Loading branch information
Kalilo authored Jul 2, 2017
1 parent 06cc3a4 commit 451d14f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Spree
CheckoutController.class_eval do
before_filter :confirm_skrill, :only => [:update]
before_action :confirm_skrill, :only => [:update]

def skrill_return

Expand Down

0 comments on commit 451d14f

Please sign in to comment.