Class: Admin::Ckeditor::AttachmentsController

Inherits:
Object
  • Object
show all
Defined in:
app/controllers/admin/ckeditor/attachments_controller.rb

Instance Method Summary collapse

Instance Method Details

#attachment_nameObject



6
7
8
# File 'app/controllers/admin/ckeditor/attachments_controller.rb', line 6

def attachment_name
  ::Fullstack::Ckeditor.attachment_attachment
end

#current_resource_classObject



2
3
4
# File 'app/controllers/admin/ckeditor/attachments_controller.rb', line 2

def current_resource_class
  ::Fullstack::Ckeditor.attachment_class
end