ArgumentError with Cequel and Ruby3 / Rails 6

746 Views Asked by At

I have updated a former project from Ruby 2.5 / Rails 5.2 to Ruby 3.0 and Rails 6.1 The server starts, but when I reached it, I have this error : ArgumentError (Delegation needs a target. Supply a keyword argument 'to' (e.g. delegate :hello, to: :greeter).):

The line causing problem is : include Cequel::Record

I use the last version of Cequel.

0

There are 0 best solutions below