Method: Labimotion::Element#attachments
- Defined in:
- lib/labimotion/models/element.rb
#attachments ⇒ Object
61 62 63 |
# File 'lib/labimotion/models/element.rb', line 61 def Attachment.where(attachable_id: self.id, attachable_type: self.class.name) end |