Method: JSONAPI::ValueFormatter.unformat

Defined in:
lib/jsonapi/formatter.rb

.unformat(value) ⇒ Object



56
57
58
# File 'lib/jsonapi/formatter.rb', line 56

def unformat(value)
  super(value)
end