Method: Cell::ModelExtensions#run_validations!
- Defined in:
- lib/cell/model_extensions.rb
#run_validations! ⇒ Object
undocumented, but makes sure validations are ran in the context of the object’s tenant, e.g., uniqueness.
60 61 62 63 64 |
# File 'lib/cell/model_extensions.rb', line 60 def run_validations! _activate_tenant do super end end |