RuboCop::Cop
This cop checks for the use of the has_and_belongs_to_many macro.
# File lib/rubocop/cop/rails/has_and_belongs_to_many.rb, line 9 def on_send(node) return unless command?(:has_and_belongs_to_many, node) add_offense(node, :selector) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.