class ActionText::Attachment
def process_attributes(attributes)
def process_attributes(attributes) attributes.transform_keys { |key| key.to_s.underscore.dasherize }.slice(*ATTRIBUTES) end
def process_attributes(attributes) attributes.transform_keys { |key| key.to_s.underscore.dasherize }.slice(*ATTRIBUTES) end