class JSONAPI::RouteFormatter
Public Class Methods
format(route)
click to toggle source
Calls superclass method
JSONAPI::Formatter::format
# File lib/jsonapi/formatter.rb, line 40 def format(route) super end
unformat(formatted_route)
click to toggle source
Calls superclass method
JSONAPI::Formatter::unformat
# File lib/jsonapi/formatter.rb, line 44 def unformat(formatted_route) super end