Method: Sequel::Plugins::ClassTableInheritance::ClassMethods#freeze
- Defined in:
- lib/sequel/plugins/class_table_inheritance.rb
permalink #freeze ⇒ Object
Freeze CTI information when freezing model class.
269 270 271 272 273 274 275 276 277 |
# File 'lib/sequel/plugins/class_table_inheritance.rb', line 269 def freeze @cti_models.freeze @cti_tables.freeze @cti_table_columns.freeze @cti_table_map.freeze @cti_ignore_subclass_columns.freeze super end |