app/controllers/comable/orders_controller.rb in comable_frontend-0.2.0 vs app/controllers/comable/orders_controller.rb in comable_frontend-0.2.1

- old
+ new

@@ -1,6 +1,6 @@ module Comable - class OrdersController < ApplicationController + class OrdersController < Comable::ApplicationController prepend Comable::ShipmentAction prepend Comable::PaymentAction before_filter :load_order before_filter :verify