From f64079415ab329ad943c6275f495343b1333f877 Mon Sep 17 00:00:00 2001 From: HausdorffHimself Date: Fri, 23 Aug 2013 12:04:24 +0200 Subject: [PATCH] ressourcify attachment --- config/routes.rb | 1 + 1 file changed, 1 insertion(+) 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]