2010-08-12 18:26:04 -04:00
|
|
|
module Arel
|
|
|
|
module Nodes
|
2010-08-13 11:11:08 -04:00
|
|
|
class SqlLiteral < String
|
2010-09-14 18:20:24 -04:00
|
|
|
include Arel::Expressions
|
2010-10-27 09:43:20 -04:00
|
|
|
include Arel::Predications
|
2010-08-12 18:26:04 -04:00
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|