ministryofjustice/atet

View on GitHub
app/forms/claim_outcome_form.rb

Summary

Maintainability
A
0 mins
Test Coverage
class ClaimOutcomeForm < Form
  attribute :desired_outcomes, :array_of_strings_type
  attribute :other_outcome,    :string

  validates :other_outcome, length: { maximum: 2500 }
end