Class: Admin::DeedsController

Inherits:
AdminController
  • Object
show all
Includes:
ToggleableEntity
Defined in:
app/controllers/admin/deeds_controller.rb

Overview

Administrative part of deed category management

Instance Method Summary collapse

Instance Method Details

#indexObject

get /admin/deeds



10
11
12
# File 'app/controllers/admin/deeds_controller.rb', line 10

def index
  @collection = Deed.page_for_administration(current_page)
end

#showObject

get /admin/deeds/:id



15
16
# File 'app/controllers/admin/deeds_controller.rb', line 15

def show
end