Follow up: Added 'Rails/HasAndBelongsToMany' to the StyleGuide.
This commit is contained in:
parent
d365fd51d7
commit
07d3baee2b
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ Rails/FindEach:
|
||||||
|
|
||||||
Rails/HasAndBelongsToMany:
|
Rails/HasAndBelongsToMany:
|
||||||
Description: 'Prefer has_many :through to has_and_belongs_to_many.'
|
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
|
Enabled: false
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue