提交 fb9e846b 编写于 作者: Y yuuji.yaginuma

Fix rubocop violations

上级 afb41fbe
......@@ -62,7 +62,7 @@ def tree(name, finder, partial = false, seen = {})
node
end
else
unless name.include?('#') # Dynamic template partial names can never be tracked
unless name.include?("#") # Dynamic template partial names can never be tracked
logger.error " Couldn't find template for digesting: #{name}"
end
......
......@@ -150,7 +150,7 @@ def new_helper # :doc:
end
def field_id(attribute_name)
[singular_table_name, attribute_name].join('_')
[singular_table_name, attribute_name].join("_")
end
def singular_table_name # :doc:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册