Module: SimpleFormAttachments::Attachment
- Extended by:
- ActiveSupport::Concern
- Defined in:
- app/models/concerns/simple_form_attachments/attachment.rb
Instance Method Summary collapse
Instance Method Details
#to_simple_form_partial_path ⇒ Object
16 17 18 |
# File 'app/models/concerns/simple_form_attachments/attachment.rb', line 16 def to_simple_form_partial_path ['simple_form_attachments', to_partial_path].join('/') end |