lib/rom/sql/group_dsl.rb in rom-sql-1.1.1 vs lib/rom/sql/group_dsl.rb in rom-sql-1.1.2

- old
+ new

@@ -9,10 +9,10 @@ # @api private def method_missing(meth, *args, &block) if schema.key?(meth) schema[meth].canonical else - ::Sequel::VIRTUAL_ROW.__send__(meth.to_s.upcase, *args, &block) + ::Sequel::VIRTUAL_ROW.__send__(meth.to_s, *args, &block) end end end end end