Method: Sequel::Plugins::ClassTableInheritance::ClassMethods#cti_table_columns

Defined in:
lib/sequel/plugins/class_table_inheritance.rb

#cti_table_columnsObject (readonly)

An array of column symbols for the backing database table, giving the columns to update in each backing database table.



241
242
243
# File 'lib/sequel/plugins/class_table_inheritance.rb', line 241

def cti_table_columns
  @cti_table_columns
end