With sequel-4.48.0 I get this deprecation warning from sequel:
SEQUEL DEPRECATION WARNING: Dataset mutation is deprecated and will be removed in Sequel 5 (method called: row_proc=, non-mutating replacement: with_row_proc)
Caused by this line:
|
relation.row_proc = Restrictor.new(protector_subject, relation.row_proc) |