YUKI Hiroshi
null+****@clear*****
Thu Feb 20 11:18:41 JST 2014
YUKI Hiroshi 2014-02-20 11:18:41 +0900 (Thu, 20 Feb 2014) New Revision: 04c420daa0406ddc880d537ea3e8e494530d49bf https://github.com/droonga/droonga.org/commit/04c420daa0406ddc880d537ea3e8e494530d49bf Message: Fix missing namespace prefix Modified files: reference/plugin/adapter/index.md Modified: reference/plugin/adapter/index.md (+1 -1) =================================================================== --- reference/plugin/adapter/index.md 2014-02-20 11:15:01 +0900 (ed45887) +++ reference/plugin/adapter/index.md 2014-02-20 11:18:41 +0900 (060f066) @@ -125,7 +125,7 @@ To modify outgoing messages, you have to override it by yours, like following: module Droonga::Plugins::ErrorConcealer class Adapter < Droonga::Adapter def adapt_output(output_message) - output_message.status_code = StatusCode::OK + output_message.status_code = Droonga::StatusCode::OK end end end -------------- next part -------------- HTML����������������������������...Download