Public Instance methods
json_result_classes()
The classes that should be automatically converted to json
[show source]
# File lib/roda/plugins/json.rb 82 def json_result_classes 83 # RODA4: remove, only used by previous implementation. 84 opts[:json_result_classes] 85 end