Class: Tasks::GeographicItems::DebugController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Tasks::GeographicItems::DebugController
- Includes:
- TaskControllerConfiguration
- Defined in:
- app/controllers/tasks/geographic_items/debug_controller.rb
Instance Method Summary collapse
Methods included from TaskControllerConfiguration
Instance Method Details
#index ⇒ Object
4 5 6 |
# File 'app/controllers/tasks/geographic_items/debug_controller.rb', line 4 def index @geographic_item = GeographicItem.find(params[:geographic_item_id] || params[:id]) end |