Method: ActiveInteractor::Context::Base.validates_absence_of
- Defined in:
- lib/active_interactor/context/base.rb
.validates_absence_of(*attr_names) ⇒ Object
323 324 325 326 327 328 329 330 331 |
# File 'lib/active_interactor/context/base.rb', line 323 class Base < OpenStruct extend ActiveInteractor::Context::Attributes::ClassMethods include ActiveModel::Attributes include ActiveModel::Validations include ActiveInteractor::Context::Attributes include ActiveInteractor::Context::Errors include ActiveInteractor::Context::Status end |