Class: Admin::RegionsController

Inherits:
AdminController
  • Object
show all
Includes:
EntityPriority, LockableEntity, ToggleableEntity
Defined in:
app/controllers/admin/regions_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject

get /admin/regions



9
10
11
# File 'app/controllers/admin/regions_controller.rb', line 9

def index
  @collection = Region.for_tree
end

#showObject

get /admin/regions/:id



14
15
# File 'app/controllers/admin/regions_controller.rb', line 14

def show
end