class FunWithJsonApi::Configuration
Attributes
force_render_parse_errors_as_json_api[RW]
force_render_parse_errors_as_json_api?[RW]
Public Class Methods
new()
click to toggle source
# File lib/fun_with_json_api/configuration.rb, line 6 def initialize @force_render_parse_errors_as_json_api = false end