Class: Admin::PostIllustrationsController

Inherits:
AdminController
  • Object
show all
Defined in:
app/controllers/admin/post_illustrations_controller.rb

Overview

Handling uploaded inline post images

Instance Method Summary collapse

Instance Method Details

#indexObject

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

#showObject

get /admin/post_illustrations/:id



13
14
# File 'app/controllers/admin/post_illustrations_controller.rb', line 13

def show
end