lib/arel/nodes/relation.rb in arel-extensions-6.1.0.rc1 vs lib/arel/nodes/relation.rb in arel-extensions-6.1.0.rc2
- old
+ new
@@ -10,10 +10,10 @@
@collection = collection
@for_write = for_write
end
def able_to_type_cast?
- false
+ relation.able_to_type_cast?
end
def table_name
nil
end
\ No newline at end of file