Flowdock
class
Importance_0
Ruby on Rails latest stable (v6.1.7.7) - 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(column.alias) } end end

Attributes

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