module Eaco::Adapters::ActiveRecord::Compatibility::V51

Rails 5.1 support module.

JSONB works correctly, but we need .scoped so we revive it through the {Scoped} support module.

@see Scoped

Sanitize has dissapeared in favour of quote.

@see Sanitized