Sha256: 32ec3dbee37e24e271be2d1ae9850d41bba4a86f0f928467731071b7f9aabee6

Contents?: true

Size: 232 Bytes

Versions: 47

Compression:

Stored size: 232 Bytes

Contents

require 'rails_best_practices/checks/check'

module RailsBestPractices
  module Checks
    # TODO: unknown how to realize it.
    class ManyToManyCollectionCheck < Check
      
      def interesting_nodes
      end
    end
  end
end

Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
rails_best_practices-0.2.3 lib/rails_best_practices/checks/many_to_many_collection_check.rb
rails_best_practices-0.2.2 lib/rails_best_practices/checks/many_to_many_collection_check.rb
rails_best_practices-0.2.1 lib/rails_best_practices/checks/many_to_many_collection_check.rb
rails_best_practices-0.2.0 lib/rails_best_practices/checks/many_to_many_collection_check.rb
rails_best_practices-0.1.2 lib/rails_best_practices/checks/many_to_many_collection_check.rb
rails_best_practices-0.1.1 lib/rails_best_practices/checks/many_to_many_collection_check.rb
rails_best_practices-0.1.0 lib/rails_best_practices/checks/many_to_many_collection_check.rb