class JSONAPI::Consumer::RouteFormatter

Public Class Methods

format(route) click to toggle source
Calls superclass method JSONAPI::Consumer::Formatter::format
# File lib/jsonapi/consumer/formatter.rb, line 45
def format(route)
  super
end
unformat(formatted_route) click to toggle source
Calls superclass method JSONAPI::Consumer::Formatter::unformat
# File lib/jsonapi/consumer/formatter.rb, line 49
def unformat(formatted_route)
  super
end