Class: Decidim::ProposalsSliderController

Inherits:
ApplicationController
  • Object
show all
Includes:
ComponentPathHelper, FilterResource, TranslatableAttributes
Defined in:
app/controllers/decidim/proposals_slider_controller.rb

Instance Method Summary collapse

Instance Method Details

#refresh_proposalsObject



10
11
12
# File 'app/controllers/decidim/proposals_slider_controller.rb', line 10

def refresh_proposals
  render json: build_proposals_api
end