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
42 43 44 |
# File 'lib/jsonapi/formatter.rb', line 42 def format(route) super end |
.unformat(formatted_route) ⇒ Object
46 47 48 |
# File 'lib/jsonapi/formatter.rb', line 46 def unformat(formatted_route) super end |