Class: Renalware::CountryPresenter

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
app/presenters/renalware/country_presenter.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



7
8
9
# File 'app/presenters/renalware/country_presenter.rb', line 7

def to_s
  no_country_if_uk(super)
end