ministryofjustice/Claim-for-Crown-Court-Defence

View on GitHub
app/services/remote/defendant.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module Remote
  class Defendant < Remote::User
    attr_accessor :date_of_birth
    has_many :representation_orders
  end
end