-
Notifications
You must be signed in to change notification settings - Fork 9
Macro::AddContractError
Vladislav Trotsenko edited this page Sep 26, 2019
·
1 revision
The point of this macros is setting custom error into ctx['contract.name']
. Make sure the contract exists before using this macros.
Argument for :some_attribute
is existing i18n
localization.
class SomeOperation < ApplicationOperation
step Contract::Build(constant: ApplicationContract)
step Contract::Validate()
step Macro::AddContractError(some_attribute: 'errors.some_error')
end
class SomeOperation < ApplicationOperation
step Contract::Build(constant: ApplicationContract)
step Contract::Validate()
step Macro::AddContractError(name: :some_name, some_attribute: 'errors.some_error')
end
class SomeOperation < ApplicationOperation
step Contract::Build(constant: ApplicationContract)
step Contract::Validate()
step Macro::AddContractError(some_attribute_1: [:some_attribute_2, [I18n.t('errors.some_error')]])
end
RubyGarage is a leading software development and consulting company in Eastern Europe. Our main expertise includes Ruby and Ruby on Rails, but we successfully employ other technologies to deliver the best results to our clients. Check out our portfolio for even more exciting works!