config/routes.rb in camaleon_ecommerce-1.2.1 vs config/routes.rb in camaleon_ecommerce-2.0.0
- old
+ new
@@ -45,9 +45,10 @@
get 'index' => 'admin#index'
get 'product_attributes' => 'admin#product_attributes'
post 'product_attributes' => 'admin#save_product_attributes'
resources :orders, controller: 'admin/orders' do
get 'mark_accepted'
+ get 'resend_email'
get 'mark_bank_confirmed'
post 'mark_shipped'
post 'mark_canceled'
end
resources :payment_methods, controller: 'admin/payment_methods'