class JSONAPI::Consumer::Helpers::DynamicAttributes::DefaultKeyFormatter

Public Instance Methods

unformat(method) click to toggle source
# File lib/jsonapi/consumer/helpers/dynamic_attributes.rb, line 76
def unformat(method)
  method.to_s
end