Flowdock
class
Importance_0
v5.2.3 - 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 column_aliases t = node.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.