tables(name)
public

No documentation available.

# File activerecord/lib/active_record/connection_adapters/schema_cache.rb, line 37
      def tables(name)
        @tables[name]
      end