Class: Decidim::DecidimAwesome::MapComponent::MapController
- Inherits:
-
BlankComponentController
- Object
- Components::BaseController
- BlankComponentController
- Decidim::DecidimAwesome::MapComponent::MapController
- Defined in:
- app/controllers/decidim/decidim_awesome/map_component/map_controller.rb
Instance Method Summary collapse
Methods inherited from BlankComponentController
Instance Method Details
#show ⇒ Object
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 |