diff --git a/config/routes.rb b/config/routes.rb index de975f3..1f84141 100755 --- a/config/routes.rb +++ b/config/routes.rb @@ -60,6 +60,7 @@ get 'home/dev', :controller=>:home, :action=>:dev, :as=>'home_dev' get 'home/startdev', :controller=>:home, :action=>:startdev, :as=>'home_startdev' resources :beispiele + resources :attachment resources :themen resources :themengruppen do resources :themen, :only=>[:new, :show]