Skip to content

Commit

Permalink
Merge pull request #2962 from AndrewKvalheim/countries-4.2
Browse files Browse the repository at this point in the history
Update venue country name for Countries 4.2
  • Loading branch information
hennevogel authored Mar 8, 2022
2 parents 9da3bf9 + a179609 commit 5c7c75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/venue.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def address

def country_name
name = ISO3166::Country[country]
name&.name
name&.iso_short_name
end

def location?
Expand Down

0 comments on commit 5c7c75b

Please sign in to comment.