Replaced protoype with jquery. Some fixes in mailer class.
This commit is contained in:
parent
bdb177dfa6
commit
2a72263bd3
28 changed files with 21207 additions and 10398 deletions
|
|
@ -87,7 +87,7 @@ Foodsoft::Application.routes.draw do
|
|||
end
|
||||
end
|
||||
|
||||
resources :stock_articles, :to => 'stockit', :as => 'stockit' do
|
||||
resources :stock_articles, :to => 'stockit' do
|
||||
collection do
|
||||
get :auto_complete_for_article_name
|
||||
get :fill_new_stock_article_form
|
||||
|
|
@ -151,6 +151,10 @@ Foodsoft::Application.routes.draw do
|
|||
end
|
||||
end
|
||||
|
||||
############## Feedback
|
||||
|
||||
resource :feedback, :only => [:new, :create], :controller => 'feedback'
|
||||
|
||||
############## The rest
|
||||
|
||||
match '/:controller(/:action(/:id))'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue