Class: Ecm::Core::Backend::ActiveStorage::AttachmentsController

Inherits:
Itsf::Backend::Resource::BaseController
  • Object
show all
Defined in:
app/controllers/ecm/core/backend/active_storage/attachments_controller.rb

Class Method Summary collapse

Class Method Details

.resource_classObject



6
7
8
# File 'app/controllers/ecm/core/backend/active_storage/attachments_controller.rb', line 6

def self.resource_class
  ::ActiveStorage::Attachment
end