# File lib/paperclip/callback_compatibility.rb, line 4 def self.included(base) base.extend(Defining) base.send(:include, Running) end