Class: Admin::DeedsController
- Inherits:
-
AdminController
- Object
- AdminController
- Admin::DeedsController
- Includes:
- ToggleableEntity
- Defined in:
- app/controllers/admin/deeds_controller.rb
Overview
Administrative part of deed category management
Instance Method Summary collapse
-
#index ⇒ Object
get /admin/deeds.
-
#show ⇒ Object
get /admin/deeds/:id.
Instance Method Details
#index ⇒ Object
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 |
#show ⇒ Object
get /admin/deeds/:id
15 16 |
# File 'app/controllers/admin/deeds_controller.rb', line 15 def show end |