class JSONAPI::Consumer::DefaultValueFormatter

Public Class Methods

format(raw_value) click to toggle source
# File lib/jsonapi/consumer/formatter.rb, line 101
def format(raw_value)
  raw_value
end