config/routes.rb in workarea-forter-1.2.4 vs config/routes.rb in workarea-forter-1.3.0

- old
+ new

@@ -1,7 +1,2 @@ -Workarea::Admin::Engine.routes.draw do - resources :orders, only: [] do - member do - get :forter - end - end +Rails.application.routes.draw do end