Polls in the dashboard
A reduced version of polls has been added to the dashboard
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user