Enable the Lint/StringConversionInInterpolation cop

This commit is contained in:
gregoirenovel 2018-12-24 17:43:12 +01:00 committed by Pierre de La Morinerie
parent d473119f9d
commit baf7977786
8 changed files with 12 additions and 12 deletions

View file

@ -31,6 +31,6 @@ class RenderPartialService
end
def retrieve_name
"#{controller.to_s.parameterize.underscore}_#{method.to_s}"
"#{controller.to_s.parameterize.underscore}_#{method}"
end
end