class Tint::JsonConversion::AttributeNameStrategy::Kebabize
Public Class Methods
transform(attribute_name)
click to toggle source
# File lib/tint/json_conversion.rb, line 36 def transform(attribute_name) Stringify.transform(attribute_name).dasherize end