Class: Admin::Ckeditor::PicturesController

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

Instance Method Summary collapse

Instance Method Details

#attachment_nameObject



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

def attachment_name
  ::Fullstack::Ckeditor.picture_attachment
end

#current_resource_classObject



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

def current_resource_class
  ::Fullstack::Ckeditor.picture_class
end