Sha256: c08afe9cf8787091bab851248955daedf44f5e8402bc4cc6a6eb579ca40cbeae
Contents?: true
Size: 860 Bytes
Versions: 12
Compression:
Stored size: 860 Bytes
Contents
Paperclip.interpolates(:pageflow_filesystem_root) do |_attachment, _style| Pageflow.config.paperclip_filesystem_root end Paperclip.interpolates(:pageflow_s3_root) do |_attachment, _style| Pageflow.config.paperclip_s3_root end Paperclip.interpolates(:class_basename) do |attachment, style| Pageflow::PaperclipInterpolations::Support.class_basename(attachment, style) end Paperclip.interpolates(:pageflow_placeholder) do |attachment, style| Pageflow::PaperclipInterpolations::Support.pageflow_placeholder(attachment, style) end Paperclip.interpolates(:pageflow_attachments_version) do |attachment, style| Pageflow::PaperclipInterpolations::Support.pageflow_attachments_version(attachment, style) end Paperclip.configure do |config| config.register_processor(:pageflow_vtt, Pageflow::PaperclipProcessors::Vtt) end Paperclip::UriAdapter.register
Version data entries
12 entries across 12 versions & 1 rubygems