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.27 lib/rails_best_practices/checks/many_to_many_collection_check.rb
rails_best_practices-0.3.26 lib/rails_best_practices/checks/many_to_many_collection_check.rb
rails_best_practices-0.3.25 lib/rails_best_practices/checks/many_to_many_collection_check.rb
rails_best_practices-0.3.24 lib/rails_best_practices/checks/many_to_many_collection_check.rb
rails_best_practices-0.3.23 lib/rails_best_practices/checks/many_to_many_collection_check.rb
rails_best_practices-0.3.22 lib/rails_best_practices/checks/many_to_many_collection_check.rb
rails_best_practices-0.3.21 lib/rails_best_practices/checks/many_to_many_collection_check.rb
rails_best_practices-0.3.20 lib/rails_best_practices/checks/many_to_many_collection_check.rb
rails_best_practices-0.3.19 lib/rails_best_practices/checks/many_to_many_collection_check.rb
rails_best_practices-0.3.18 lib/rails_best_practices/checks/many_to_many_collection_check.rb
rails_best_practices-0.3.17 lib/rails_best_practices/checks/many_to_many_collection_check.rb
rails_best_practices-0.3.16 lib/rails_best_practices/checks/many_to_many_collection_check.rb
rails_best_practices-0.3.15 lib/rails_best_practices/checks/many_to_many_collection_check.rb
rails_best_practices-0.3.14 lib/rails_best_practices/checks/many_to_many_collection_check.rb
rails_best_practices-0.3.13 lib/rails_best_practices/checks/many_to_many_collection_check.rb
rails_best_practices-0.3.12 lib/rails_best_practices/checks/many_to_many_collection_check.rb
rails_best_practices-0.3.11 lib/rails_best_practices/checks/many_to_many_collection_check.rb
rails_best_practices-0.3.10 lib/rails_best_practices/checks/many_to_many_collection_check.rb
rails_best_practices-0.3.9 lib/rails_best_practices/checks/many_to_many_collection_check.rb
rails_best_practices-0.3.8 lib/rails_best_practices/checks/many_to_many_collection_check.rb