Method: Labimotion::Element#attachments

Defined in:
lib/labimotion/models/element.rb

#attachmentsObject



61
62
63
# File 'lib/labimotion/models/element.rb', line 61

def attachments
  Attachment.where(attachable_id: self.id, attachable_type: self.class.name)
end