Follow up: Added 'Rails/HasAndBelongsToMany' to the StyleGuide.

This commit is contained in:
Thorsten Eckel 2015-05-05 12:57:54 +02:00
parent d365fd51d7
commit 07d3baee2b

View file

@ -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