Method: Cms::FileBlock#attachable_type

Defined in:
app/models/cms/file_block.rb

#attachable_typeObject

Override default behavior to handle STI class when looking up other versions of attachments.



14
15
16
# File 'app/models/cms/file_block.rb', line 14

def attachable_type
  Cms::Attachment::FILE_BLOCKS
end