Apply Rubocop config from Rails

This commit is contained in:
Benjamin Fleischer
2017-05-15 10:12:34 -05:00
parent 2771e3225b
commit 2d116f6455
14 changed files with 106 additions and 106 deletions

View File

@@ -50,7 +50,7 @@ class PlainModel
end
end
class ParentModel< PlainModel
class ParentModel < PlainModel
attributes :id, :name, :description
associations :child_models
end