# File lib/dragonfly/active_model_extensions/class_methods.rb, line 92 def new_dragonfly_attachment_class(attribute, app, config_block) Class.new(Attachment).init(self, attribute, app, config_block) end