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_pathObject



14
15
16
# File 'app/models/concerns/simple_form_attachments/attachment.rb', line 14

def to_simple_form_partial_path
  File.join('simple_form_attachments', to_partial_path)
end