Module: Spina::AttachmentsHelper

Defined in:
app/helpers/spina/attachments_helper.rb

Instance Method Summary collapse

Instance Method Details

#file_url(file) ⇒ Object



3
4
5
# File 'app/helpers/spina/attachments_helper.rb', line 3

def file_url(file)
  main_app.url_for(file)
end