This module is intended as a compatability shim for the differences in callbacks between Rails 2.0 and Rails 2.1.
# File lib/dm-paperclip/callback_compatability.rb, line 5 def self.included(base) base.extend(ClassMethods) base.send(:include, InstanceMethods) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.