Class: Renalware::AddressPresenter::Block

Inherits:
Renalware::AddressPresenter show all
Defined in:
app/presenters/renalware/address_presenter/block.rb

Instance Method Summary collapse

Methods inherited from Renalware::AddressPresenter

#country, #to_a, #to_s

Methods inherited from DumbDelegator

#inspect, #public_send, #send, #try, #try!

Instance Method Details

#to_htmlObject



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

def to_html
  to_s.html_safe
end