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