Flowdock
method

columns_hash

Importance_0
columns_hash() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/model_schema.rb, line 335
      def columns_hash # :nodoc:
        load_schema
        @columns_hash
      end
Register or log in to add new notes.