Class: JSONAPI::RouteFormatter

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

Class Method Summary collapse

Methods inherited from Formatter

formatter_for

Class Method Details

.format(route) ⇒ Object



33
34
35
# File 'lib/jsonapi/formatter.rb', line 33

def format(route)
  super
end

.unformat(formatted_route) ⇒ Object



37
38
39
# File 'lib/jsonapi/formatter.rb', line 37

def unformat(formatted_route)
  super
end