Class: Tasks::GeographicItems::DebugController

Inherits:
ApplicationController
  • Object
show all
Includes:
TaskControllerConfiguration
Defined in:
app/controllers/tasks/geographic_items/debug_controller.rb

Instance Method Summary collapse

Methods included from TaskControllerConfiguration

#set_is_task_controller

Instance Method Details

#indexObject



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