Method: Effective::Address#to_html
- Defined in:
- app/models/effective/address.rb
#to_html ⇒ Object
145 146 147 |
# File 'app/models/effective/address.rb', line 145 def to_html to_s.gsub(/\n/, "<br>\n").gsub(' ', ' ').html_safe end |