Methods

Files

Paperclip::CallbackCompatability::InstanceMethods

Public Instance Methods

run_callbacks(meth, opts = nil, &blk) click to toggle source

The callbacks in < 2.1 don't worry about the extra options or the block, so just run what we have available.

# File lib/dm-paperclip/callback_compatability.rb, line 28
def run_callbacks(meth, opts = nil, &blk)
  callback(meth)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.