method
process_attributes
rails latest stable - Class:
ActionText::Attachment
process_attributes(attributes)private
No documentation available.
# File actiontext/lib/action_text/attachment.rb, line 56
def process_attributes(attributes)
attributes.transform_keys { |key| key.to_s.underscore.dasherize }.slice(*ATTRIBUTES)
end