Module: ActiveModel
- Defined in:
- app/validators/file_content_type_validator.rb
Overview
We need to define the validator in the ActiveModel::Validations namespace as this is what the file_validators uses and this is what gets priority over the root namespace class.
Defined Under Namespace
Modules: Validations