Conflicts:
	Gemfile.lock
This commit is contained in:
2014-02-22 19:27:08 +01:00
48 changed files with 343 additions and 418 deletions

View File

@@ -21,6 +21,7 @@ de:
info: "Information"
mitarbeiter: "Mitarbeiter"
fotos: "Fotos"
search: "Suche"
formtastic:
titles:
modul:

View File

@@ -62,9 +62,9 @@ end
get 'load_tiss'
post 'show_tiss'
end
resources :beispiele#, :only=>[:show,:index,:create]
resources :lvas do
resources :beispiele, :only=>[:show,:index]
resources :beispiele#, :only=>[:show,:index,:create]
end
resources :fragen
@@ -102,11 +102,11 @@ end
get 'home/linksnotimplemented', :controller=>:home, :action=>:linksnotimplemented, :as=>'home_linksnotimplemented'
resources :beispiele
resources :themen do
resources :attachments
end
get :fragen
resources :attachments
end
resources :themengruppen do
get :verwalten