method

transform_attribute_keys

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