20 21 22
# File 'lib/tint/json_conversion.rb', line 20 def transform(attribute_name) Stringify.transform(attribute_name).camelize(:lower) end