Flowdock
method

column_types

Importance_0
v4.2.1 - Show latest stable - 0 notes - Class: ClassMethods
column_types() 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 237
      def column_types # :nodoc:
        @column_types ||= columns_hash.transform_values(&:cast_type).tap do |h|
          h.default = Type::Value.new
        end
      end
Register or log in to add new notes.