instance method columns_hash

Ruby on Rails 3.2.22.5

Since v3.2.22.5 Last seen in v3.2.22.5

Signature

columns_hash()

No documentation comment.

Source
# File activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb, line 183
      def columns_hash
        with_connection do |c|
          c.schema_cache.columns_hash
        end
      end

Defined in activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb line 183 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveRecord::ConnectionAdapters::ConnectionPool

Type at least 2 characters to search.

↑↓ navigate · open · esc close