Method: ActiveStorageValidations::Matchers::ASVMessageable#with_message

Defined in:
lib/active_storage_validations/matchers/shared/asv_messageable.rb

#with_message(custom_message) ⇒ Object



14
15
16
17
# File 'lib/active_storage_validations/matchers/shared/asv_messageable.rb', line 14

def with_message(custom_message)
  @custom_message = custom_message
  self
end