module Attachable

def initialize(args)

def initialize(args)
  add_accessors_for_attachment_types
  super
end