Module: Iqvoc::Configuration::Label::ClassMethods
- Defined in:
- lib/iqvoc/configuration/label.rb
Instance Method Summary collapse
-
#base_class ⇒ Object
Do not use the following method in models.
Instance Method Details
#base_class ⇒ Object
Do not use the following method in models. This will probably cause a loading loop (something like “expected file xyz to load …”)
16 17 18 |
# File 'lib/iqvoc/configuration/label.rb', line 16 def base_class base_class_name.constantize end |