Class: Arel::Sql::HavingClause

Inherits:
PassThrough show all
Defined in:
lib/arel/engines/sql/formatters.rb

Instance Attribute Summary

Attributes inherited from Formatter

#environment

Instance Method Summary collapse

Methods inherited from PassThrough

#value

Methods inherited from Formatter

#initialize

Constructor Details

This class inherits a constructor from Arel::Sql::Formatter

Instance Method Details

#attribute(attribute) ⇒ Object



61
62
63
# File 'lib/arel/engines/sql/formatters.rb', line 61

def attribute(attribute)
  attribute
end