Class: Admin::PostCategoriesController

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

Overview

Handling post categories

Instance Method Summary collapse

Instance Method Details

#showObject

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