Big feactoring and bug fixing, Mailer, Tasks, GroupOrders
This commit is contained in:
parent
c936813967
commit
5fb0bc2444
43 changed files with 95 additions and 118 deletions
|
|
@ -44,10 +44,9 @@ Foodsoft::Application.routes.draw do
|
|||
end
|
||||
end
|
||||
|
||||
resources :group_orders, :controller => 'ordering', :path => 'ordering' do
|
||||
resources :group_orders do
|
||||
get :archive, :on => :collection
|
||||
end
|
||||
match '/ordering' => 'ordering#index', :as => 'ordering'
|
||||
|
||||
resources :order_comments, :only => [:new, :create]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue