Method: Effective::Address#to_html

Defined in:
app/models/effective/address.rb

#to_htmlObject



145
146
147
# File 'app/models/effective/address.rb', line 145

def to_html
  to_s.gsub(/\n/, "<br>\n").gsub('  ', '&nbsp;&nbsp;').html_safe
end