Arel::Compound
# File lib/arel/algebra/relations/operations/having.rb, line 5 5: def initialize(relation, predicates) 6: super(relation) 7: @predicates = predicates.map { |p| p.bind(relation) } 8: end
# File lib/arel/algebra/relations/operations/having.rb, line 10 10: def havings 11: @havings ||= relation.havings + predicates 12: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.