Enable the Lint/StringConversionInInterpolation cop
This commit is contained in:
parent
d473119f9d
commit
baf7977786
8 changed files with 12 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue