Class: JSONAPI::Consumer::RouteFormatter

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

Class Method Summary collapse

Methods inherited from Formatter

formatter_for

Class Method Details

.format(route) ⇒ Object



45
46
47
# File 'lib/jsonapi/consumer/formatter.rb', line 45

def format(route)
  super
end

.unformat(formatted_route) ⇒ Object



49
50
51
# File 'lib/jsonapi/consumer/formatter.rb', line 49

def unformat(formatted_route)
  super
end