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.