aboutsummaryrefslogblamecommitdiffstats
path: root/lib/arel/nodes/sql_literal.rb
blob: c76a16daf18f84039b01ff697547f4a3ee9a8a3d (plain) (tree)
1
2
3
4
5
6
7
8

              
                             
                               
                                


       
module Arel
  module Nodes
    class SqlLiteral < String
      include Arel::Expressions
      include Arel::Predications
    end
  end
end