Adds an administration interface for the proposal dashboard actions.
This commit is contained in:
Juan Salvador Pérez García
2018-06-11 18:26:18 +02:00
parent d9f85bd756
commit 1464bddfa8
26 changed files with 619 additions and 1 deletions

View File

@@ -195,4 +195,6 @@ namespace :admin do
resources :cards
resources :feeds, only: [:update]
end
resources :proposal_dashboard_actions, only: %i[index new create edit update destroy]
end