class Admin::PageAttachmentsController

def new

def new
  render partial: 'attachment', object: model
end