Method: FileAttachment#file_container
- Defined in:
- app/models/file_attachment.rb
#file_container ⇒ Object
108 109 110 111 |
# File 'app/models/file_attachment.rb', line 108 def file_container return nil unless attachable_type.present? && attachable_id.present? "#{attachable_type}_#{attachable_id}" end |