Module: PagesCore::AttachmentsHelper
- Included in:
- Admin::AttachmentResource, ApplicationHelper
- Defined in:
- app/helpers/pages_core/attachments_helper.rb
Instance Method Summary collapse
Instance Method Details
#attachment_path(*args) ⇒ Object
5 6 7 |
# File 'app/helpers/pages_core/attachments_helper.rb', line 5 def (*args) super(*(args)) end |
#download_attachment_path(*args) ⇒ Object
9 10 11 |
# File 'app/helpers/pages_core/attachments_helper.rb', line 9 def (*args) super(*(args)) end |