Flowdock
method

_type_cast

Importance_0
v5.2.3 - Show latest stable - 0 notes - Class: Quoting
_type_cast(value) 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/connection_adapters/mysql/quoting.rb, line 35
        def _type_cast(value)
          case value
          when Date, Time then value
          else super
          end
        end
Register or log in to add new notes.