Replaced protoype with jquery. Some fixes in mailer class.

This commit is contained in:
benni 2011-05-11 15:14:39 +02:00
parent bdb177dfa6
commit 2a72263bd3
28 changed files with 21207 additions and 10398 deletions

View file

@ -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))'