From 07d3baee2b05d943dcab367185a04b59d8cd8de1 Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Tue, 5 May 2015 12:57:54 +0200 Subject: [PATCH] Follow up: Added 'Rails/HasAndBelongsToMany' to the StyleGuide. --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 423033198..6b7acd972 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -147,7 +147,7 @@ Rails/FindEach: Rails/HasAndBelongsToMany: Description: 'Prefer has_many :through to has_and_belongs_to_many.' - StyleGuide: 'https://github.com/bbatsov/rails-style-guide#has-many-through' +# StyleGuide: 'https://github.com/bbatsov/rails-style-guide#has-many-through' Enabled: false