Class: Decidim::DecidimAwesome::MapComponent::MapController

Inherits:
BlankComponentController show all
Defined in:
app/controllers/decidim/decidim_awesome/map_component/map_controller.rb

Instance Method Summary collapse

Methods inherited from BlankComponentController

#settings

Instance Method Details

#showObject



10
11
12
# File 'app/controllers/decidim/decidim_awesome/map_component/map_controller.rb', line 10

def show
  render :error unless Decidim::Map.configured?
end