89 90 91 92
# File 'lib/dolzenko/django_f_object.rb', line 89 def type_cast_with_f_object(value) return value if value.is_a?(F) type_cast_without_f_object(value) end