提交 173ee14c 编写于 作者: M Matias Flores 提交者: Michael Koziarski

Prefer tap to returning

Signed-off-by: NMichael Koziarski <michael@koziarski.com>
[#3280 state:committed]
上级 c9318e90
......@@ -106,7 +106,7 @@ def inherited_with_helper(child)
private
# Extend the template class instance with our controller's helper module.
def initialize_template_class_with_helper(assigns)
returning(template = initialize_template_class_without_helper(assigns)) do
initialize_template_class_without_helper(assigns).tap do |template|
template.extend self.class.master_helper_module
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册