We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to have the validation error message in a human response.
Not
#<ActiveModel::Errors:0x0055a818e74198 @base=#<Intervention id: nil, issue_id: nil, prescription_id: nil, procedure_name: "fertilizing", state: "undone", started_at: nil, stopped_at: nil, created_at: nil, updated_at: nil, creator_id: nil, updater_id: nil, lock_version: 0, event_id: nil, number: "2", description: "", working_duration: 0, whole_duration: 0, actions: [:fertilization], custom_fields: nil>, @messages={:"inputs.quantity_population"=>["Quantité population ne peut pas être vide"]}>
But just
"Quantité population ne peut pas être vide" in a red background like in the other view.
The text was updated successfully, but these errors were encountered:
ActiveModel::Errors are only displayed on development environment
Sorry, something went wrong.
burisu
No branches or pull requests
Is it possible to have the validation error message in a human response.
Not
But just
"Quantité population ne peut pas être vide" in a red background like in the other view.
The text was updated successfully, but these errors were encountered: