Class: AddressAttribute

Inherits:
RecordAttribute show all
Defined in:
app/models/address_attribute.rb

Overview

Attribute for address info

Instance Method Summary collapse

Methods inherited from RecordAttribute

#to_s, types

Instance Method Details

#to_htmlObject



4
5
6
# File 'app/models/address_attribute.rb', line 4

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