class PatronSearch has_value :ticket, :klass => Ticket end should create ticket_id=, ticket_id, ticket, ticket=, and tie all those in together.
class PatronSearch
has_value :ticket, :klass => Ticket
end
should create ticket_id=, ticket_id, ticket, ticket=, and tie all those in together.