Class: JSONAPI::RouteFormatter
- Defined in:
- lib/jsonapi/formatter.rb
Direct Known Subclasses
CamelizedRouteFormatter, DasherizedRouteFormatter, UnderscoredRouteFormatter
Class Method Summary collapse
Methods inherited from Formatter
cached, formatter_for, uncached
Class Method Details
.format(route) ⇒ Object
40 41 42 |
# File 'lib/jsonapi/formatter.rb', line 40 def format(route) super end |
.unformat(formatted_route) ⇒ Object
44 45 46 |
# File 'lib/jsonapi/formatter.rb', line 44 def unformat(formatted_route) super end |