module ActionText::Attachable

def attachable_filename

def attachable_filename
  filename.to_s if respond_to?(:filename)
end