lib/yao/plugins/default_client_generator.rb in yao-0.3.7 vs lib/yao/plugins/default_client_generator.rb in yao-0.3.8

- old
+ new

@@ -14,10 +14,10 @@ end f.request :read_only f.response :os_error_detector - f.response :json, :content_type => /\bjson$/ + f.response :json, content_type: /\bjson$/ if Yao.config.debug f.response :logger f.response :os_dumper end