提交 c6368db9 编写于 作者: R Rafael Mendonça França

nodoc in the private method

上级 63ea79e5
......@@ -474,7 +474,7 @@ def register_interceptor(interceptor)
Mail.register_interceptor(observer_class_for(interceptor))
end
def observer_class_for(value)
def observer_class_for(value) # :nodoc:
case value
when String, Symbol
value.to_s.camelize.constantize
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册