1 2 3 4 5 6 7
module Arel module Nodes class SqlLiteral < String include Arel::Expressions end end end