Fix all Style/UnneededInterpolation rubocop issues and remove from rubocop_tod

This commit is contained in:
Bertocq
2017-07-04 22:44:08 +02:00
parent 9f38192e13
commit 28970c6701
11 changed files with 37 additions and 50 deletions

View File

@@ -24,7 +24,7 @@ module Graphqlable
end
def graphql_type_description
"#{self.model_name.human}"
(self.model_name.human).to_s
end
end