class
Importance_0
v5.1.7 - Show latest stable - 0 notes - Superclass: Object

No documentation

This class has no description. You can help the Ruby on Rails community by adding new notes.

Constants

Column = Struct.new(:name, :alias)

Table = Struct.new(:node, :columns) do # :nodoc: def table Arel::Nodes::TableAlias.new node.table, node.aliased_table_name end def column_aliases t = table columns.map { |column| t[column.name].as Arel.sql column.alias } end end

Attributes

Show files where this class is defined (1 file)
Register or log in to add new notes.