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

This commit is contained in:
Thorsten Eckel 2015-05-05 12:56:26 +02:00
parent 8f701f5ef6
commit d365fd51d7

View file

@ -146,6 +146,8 @@ Rails/FindEach:
Enabled: false
Rails/HasAndBelongsToMany:
Description: 'Prefer has_many :through to has_and_belongs_to_many.'
StyleGuide: 'https://github.com/bbatsov/rails-style-guide#has-many-through'
Enabled: false