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 attachment_path(*args)
  super(*attachment_params(args))
end

#download_attachment_path(*args) ⇒ Object



9
10
11
# File 'app/helpers/pages_core/attachments_helper.rb', line 9

def download_attachment_path(*args)
  super(*attachment_params(args))
end