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



47
48
49
# File 'lib/jsonapi/consumer/formatter.rb', line 47

def format(route)
  super
end

.unformat(formatted_route) ⇒ Object



51
52
53
# File 'lib/jsonapi/consumer/formatter.rb', line 51

def unformat(formatted_route)
  super
end