Polls in the dashboard

A reduced version of polls has been added to the dashboard
This commit is contained in:
Juan Salvador Pérez García
2018-06-26 08:05:38 +02:00
parent bafdd697b8
commit 2ce9f95283
24 changed files with 463 additions and 37 deletions

View File

@@ -11,6 +11,15 @@ resources :proposals do
get :new_request
post :create_request
end
end
namespace :dashboard do
resources :polls, except: :destroy do
member do
get :results
end
end
end
member do