method
transform_attribute_keys
v6.0.0 -
Show latest stable
- Class:
ActionText::TrixAttachment
transform_attribute_keys(attributes)private
No documentation available.
# File actiontext/lib/action_text/trix_attachment.rb, line 37
def transform_attribute_keys(attributes)
attributes.transform_keys { |key| key.to_s.underscore.camelize(:lower) }
end