module Attachable

def update!(args)

def update!(args)
  add_accessors_for_attachment_types
  super
  save_attachment
end