Module: ActiveStorageValidations
- Defined in:
- lib/active_storage_validations/engine.rb,
lib/active_storage_validations/railtie.rb,
lib/active_storage_validations/version.rb,
lib/active_storage_validations/matchers.rb,
lib/active_storage_validations/metadata.rb,
lib/active_storage_validations/size_validator.rb,
lib/active_storage_validations/limit_validator.rb,
lib/active_storage_validations/attached_validator.rb,
lib/active_storage_validations/base_size_validator.rb,
lib/active_storage_validations/dimension_validator.rb,
lib/active_storage_validations/shared/asv_loggable.rb,
lib/active_storage_validations/shared/asv_errorable.rb,
lib/active_storage_validations/total_size_validator.rb,
lib/active_storage_validations/shared/asv_attachable.rb,
lib/active_storage_validations/shared/asv_optionable.rb,
lib/active_storage_validations/aspect_ratio_validator.rb,
lib/active_storage_validations/content_type_validator.rb,
lib/active_storage_validations/shared/asv_symbolizable.rb,
lib/active_storage_validations/content_type_spoof_detector.rb,
lib/active_storage_validations/processable_image_validator.rb,
lib/active_storage_validations/matchers/shared/asv_rspecable.rb,
lib/active_storage_validations/shared/asv_active_storageable.rb,
lib/active_storage_validations/matchers/shared/asv_attachable.rb,
lib/active_storage_validations/matchers/shared/asv_contextable.rb,
lib/active_storage_validations/matchers/shared/asv_messageable.rb,
lib/active_storage_validations/matchers/shared/asv_validatable.rb,
lib/active_storage_validations/matchers/size_validator_matcher.rb,
lib/active_storage_validations/matchers/limit_validator_matcher.rb,
lib/active_storage_validations/matchers/attached_validator_matcher.rb,
lib/active_storage_validations/matchers/shared/asv_allow_blankable.rb,
lib/active_storage_validations/matchers/base_size_validator_matcher.rb,
lib/active_storage_validations/matchers/dimension_validator_matcher.rb,
lib/active_storage_validations/matchers/total_size_validator_matcher.rb,
lib/active_storage_validations/matchers/shared/asv_active_storageable.rb,
lib/active_storage_validations/matchers/aspect_ratio_validator_matcher.rb,
lib/active_storage_validations/matchers/content_type_validator_matcher.rb,
lib/active_storage_validations/matchers/processable_image_validator_matcher.rb
Defined Under Namespace
Modules: ASVActiveStorageable, ASVAttachable, ASVErrorable, ASVLoggable, ASVOptionable, ASVSymbolizable, Matchers Classes: AspectRatioValidator, AttachedValidator, BaseSizeValidator, ContentTypeSpoofDetector, ContentTypeValidator, DimensionValidator, Engine, LimitValidator, Metadata, ProcessableImageValidator, Railtie, SizeValidator, TotalSizeValidator
Constant Summary collapse
- VERSION =
'1.3.4'