# File lib/dragonfly/active_model_extensions/attachment_class_methods.rb, line 81 def callbacks @callbacks ||= Hash.new{|h,k| h[k] = [] } end