Class: Admin::PostCategoriesController

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

Instance Method Summary collapse

Instance Method Details

#showObject

get /admin/post_categories/:id



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

def show
  @collection = @entity.posts.page_for_administration(current_page)
end