Flowdock
method

type_cast_using_column

Importance_0
v3.2.8 - Show latest stable - 0 notes - Class: ActiveRecord::Calculations
type_cast_using_column(value, column) private

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/relation/calculations.rb, line 341
    def type_cast_using_column(value, column)
      column ? column.type_cast(value) : value
    end
Register or log in to add new notes.