class method
self.transform_attribute_keys
Ruby on Rails 7.2.3
Since v6.0.6 PrivateSignature
self.transform_attribute_keys(attributes)
No documentation comment.
Parameters
-
attributesreq
Source
# File actiontext/lib/action_text/trix_attachment.rb, line 39
def transform_attribute_keys(attributes)
attributes.transform_keys { |key| key.to_s.underscore.camelize(:lower) }
end
Defined in actiontext/lib/action_text/trix_attachment.rb line 39
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionText::TrixAttachment