Class: Admin::PostIllustrationsController
- Inherits:
-
AdminController
- Object
- AdminController
- Admin::PostIllustrationsController
- Defined in:
- app/controllers/admin/post_illustrations_controller.rb
Overview
Handling uploaded inline post images
Instance Method Summary collapse
-
#index ⇒ Object
get /admin/post_illustrations.
-
#show ⇒ Object
get /admin/post_illustrations/:id.
Instance Method Details
#index ⇒ Object
get /admin/post_illustrations
8 9 10 |
# File 'app/controllers/admin/post_illustrations_controller.rb', line 8 def index @collection = PostIllustration.page_for_administration(current_page) end |
#show ⇒ Object
get /admin/post_illustrations/:id
13 14 |
# File 'app/controllers/admin/post_illustrations_controller.rb', line 13 def show end |