class Praxis::Extensions::AttributeFiltering::QuasiSqlLiteral

Helper class that can present an SqlLiteral string which we have already quoted … but! that can properly provide a “to_sym” that has the value unquoted This is necessary as (the latest AR code):

If we pass a normal SqlLiteral, instead of our wrapper, without quoting the table, the current AR code will never quote it to form the SQL string, as it’s already a literal…so our “/” type separators as names won’t work without quoting.