Adds community to proposals dashboard
This commit is contained in:
@@ -47,6 +47,10 @@ class ProposalsDashboardController < Dashboard::BaseController
|
||||
authorize! :dashboard, proposal
|
||||
end
|
||||
|
||||
def community
|
||||
authorize! :dashboard, proposal
|
||||
end
|
||||
|
||||
def supports
|
||||
authorize! :dashboard, proposal
|
||||
render json: ProposalSupportsQuery.for(params)
|
||||
|
||||
Reference in New Issue
Block a user