aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes/sql_literal.rb
blob: e5918620d93f92ba786aeeb95e2fe1b0350d112e (plain) (blame)
1
2
3
4
5
6
7
module Arel
  module Nodes
    class SqlLiteral < String
      include Arel::Expressions
    end
  end
end