Class: Arel::Sql::SelectStatement

Inherits:
Formatter
  • Object
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 Formatter

#initialize

Constructor Details

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

Instance Method Details

#select(select_sql, table) ⇒ Object



89
90
91
# File 'lib/arel/engines/sql/formatters.rb', line 89

def select(select_sql, table)
  select_sql
end