Sha256: 09d7bb92af3bf482b3e0559926003438f8dbf62a6fd25a8396395382f6e2bc45
Contents?: true
Size: 262 Bytes
Versions: 14
Compression:
Stored size: 262 Bytes
Contents
module Pageflow module LinkmapPage module PaperclipProcessors class InvokeCallback < Paperclip::Processor def make attachment.instance.send(options[:callback], options[:style]) file end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems