Method: Sequel::Model::ClassMethods#simple_table

Defined in:
lib/sequel/model/base.rb

#simple_tableObject (readonly)

Should be the literal table name if this Model’s dataset is a simple table (no select, order, join, etc.), or nil otherwise. This and simple_pk are used for an optimization in Model.[].



62
63
64
# File 'lib/sequel/model/base.rb', line 62

def simple_table
  @simple_table
end