Methods

Files

Class Index [+]

Quicksearch

Arel::Recursion::BaseCase

Public Instance Methods

table() click to toggle source
   # File lib/arel/recursion/base_case.rb, line 4
4:       def table
5:         self
6:       end
table_sql(formatter = Sql::TableReference.new(self)) click to toggle source
    # File lib/arel/recursion/base_case.rb, line 8
 8:       def table_sql(formatter = Sql::TableReference.new(self))
 9:         formatter.table self
10:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.