Flowdock
method

cast_value

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: Uuid
cast_value(value) 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/connection_adapters/postgresql/oid/uuid.rb, line 18
            def cast_value(value)
              casted = value.to_s
              casted if casted.match?(ACCEPTABLE_UUID)
            end
Register or log in to add new notes.