Class: JSONAPI::KeyFormatter

Inherits:
Formatter show all
Defined in:
lib/jsonapi/formatter.rb

Class Method Summary collapse

Methods inherited from Formatter

formatter_for

Class Method Details

.format(key) ⇒ Object



21
22
23
# File 'lib/jsonapi/formatter.rb', line 21

def format(key)
  super
end

.unformat(formatted_key) ⇒ Object



25
26
27
# File 'lib/jsonapi/formatter.rb', line 25

def unformat(formatted_key)
  super
end