Added new autocomplete for task assignments.
Introduced the cool jquery token plugin.
This commit is contained in:
parent
2e56bfe895
commit
5d028ccf3a
10 changed files with 880 additions and 13 deletions
|
|
@ -23,7 +23,6 @@ Foodsoft::Application.routes.draw do
|
|||
match '/home/profile' => 'home#profile', :as => 'my_profile'
|
||||
match '/home/ordergroup' => 'home#ordergroup', :as => 'my_ordergroup'
|
||||
|
||||
|
||||
############ Wiki
|
||||
|
||||
resources :pages do
|
||||
|
|
@ -157,6 +156,8 @@ Foodsoft::Application.routes.draw do
|
|||
|
||||
############## The rest
|
||||
|
||||
resources :users, :only => [:index]
|
||||
|
||||
match '/:controller(/:action(/:id))'
|
||||
|
||||
end # End of /:foodcoop scope
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue