meetingtyp management

This commit is contained in:
Andreas Stephanides
2015-02-09 15:38:21 +01:00
parent 6c39c40403
commit f1a149908d
15 changed files with 148 additions and 17 deletions

View File

@@ -181,7 +181,11 @@
end
resources :meetingtyps
resources :meetingtyps do
member do
get :create_protocol_and_agenda
end
end
end
end
root :to => 'home#index'