Skip to content

Commit

Permalink
Remove method again
Browse files Browse the repository at this point in the history
  • Loading branch information
acovrig committed Mar 25, 2024
1 parent dd0b882 commit 4fd951e
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,6 @@ def representative(poa_code)
format_representative(individuals.first)
end

def organization
poa = form_attributes.dig('serviceOrganization', 'poaCode')
@organization ||= ::Veteran::Service::Organization.find_by(poa:)
end

def format_representative(representative)
{
name: "#{representative.first_name} #{representative.last_name}",
Expand Down

0 comments on commit 4fd951e

Please sign in to comment.