Method: Sequel::Model::ClassMethods#simple_table

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

#simple_tableObject

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[].



93
94
95
# File 'lib/sequel/model/base.rb', line 93

def simple_table
  @simple_table
end