Method: Exekutor::Configuration#base_record_class_name=
- Defined in:
- lib/exekutor/configuration.rb
#base_record_class_name=(value) ⇒ self
Sets the base class name for database records. The validity of this value will not be checked immediately. (Ie. When the specified class does not exist, an error will raised when a database record is used for the first time.)
43 |
# File 'lib/exekutor/configuration.rb', line 43 define_option :base_record_class_name, default: DEFAULT_BASE_RECORD_CLASS, required: true, type: String |