Class: Admin::PostCategoriesController
- Inherits:
-
AdminController
- Object
- AdminController
- Admin::PostCategoriesController
- Includes:
- EntityPriority, LockableEntity, ToggleableEntity
- Defined in:
- app/controllers/admin/post_categories_controller.rb
Overview
Handling post categories
Instance Method Summary collapse
-
#show ⇒ Object
get /admin/post_categories/:id.
Instance Method Details
#show ⇒ Object
get /admin/post_categories/:id
12 13 14 |
# File 'app/controllers/admin/post_categories_controller.rb', line 12 def show @collection = @entity.posts.page_for_administration(current_page) end |