Module: Arel

Defined in:
lib/arel_extension/nodes/case.rb,
lib/arel_extension/expressions.rb,
lib/arel_extension/predications.rb,
lib/arel_extension/nodes/coalesce.rb,
lib/arel_extension/factory_methods.rb,
lib/arel_extension/attributes/attribute_extension.rb

Overview

CASE implementation for Arel Based on: github.com/take-five/acts_as_ordered_tree/blob/master/lib/acts_as_ordered_tree/transaction/dsl.rb Extended with support for CASE expr WHEN expr[, expr, …] by Felix Buenemann gist.github.com/felixbuenemann/eb2e0f6c66469a98f748

Defined Under Namespace

Modules: Attributes, Expressions, FactoryMethods, Nodes, Predications, Visitors