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.3.7 lib/rails_best_practices/checks/many_to_many_collection_check.rb
rails_best_practices-0.3.6 lib/rails_best_practices/checks/many_to_many_collection_check.rb
rails_best_practices-0.3.5 lib/rails_best_practices/checks/many_to_many_collection_check.rb
rails_best_practices-0.3.4 lib/rails_best_practices/checks/many_to_many_collection_check.rb
rails_best_practices-0.3.3 lib/rails_best_practices/checks/many_to_many_collection_check.rb
rails_best_practices-0.3.2 lib/rails_best_practices/checks/many_to_many_collection_check.rb
rails_best_practices-0.3.1 lib/rails_best_practices/checks/many_to_many_collection_check.rb
rails_best_practices-0.3.0 lib/rails_best_practices/checks/many_to_many_collection_check.rb
rails_best_practices-0.2.16 lib/rails_best_practices/checks/many_to_many_collection_check.rb
rails_best_practices-0.2.15 lib/rails_best_practices/checks/many_to_many_collection_check.rb
rails_best_practices-0.2.14 lib/rails_best_practices/checks/many_to_many_collection_check.rb
rails_best_practices-0.2.13 lib/rails_best_practices/checks/many_to_many_collection_check.rb
rails_best_practices-0.2.12 lib/rails_best_practices/checks/many_to_many_collection_check.rb
rails_best_practices-0.2.11 lib/rails_best_practices/checks/many_to_many_collection_check.rb
rails_best_practices-0.2.10 lib/rails_best_practices/checks/many_to_many_collection_check.rb
rails_best_practices-0.2.9 lib/rails_best_practices/checks/many_to_many_collection_check.rb
rails_best_practices-0.2.8 lib/rails_best_practices/checks/many_to_many_collection_check.rb
rails_best_practices-0.2.6 lib/rails_best_practices/checks/many_to_many_collection_check.rb
rails_best_practices-0.2.5 lib/rails_best_practices/checks/many_to_many_collection_check.rb
rails_best_practices-0.2.4 lib/rails_best_practices/checks/many_to_many_collection_check.rb