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