Class: AddressType
- Inherits:
-
ActiveRecordShared
- Object
- ActiveRecord::Base
- ActiveRecordShared
- AddressType
- Defined in:
- app/models/address_type.rb
Overview
The type of address (home,work,residence,pobox,etc.)
Instance Method Summary collapse
-
#to_s ⇒ Object
Returns the key.
Instance Method Details
#to_s ⇒ Object
Returns the key
11 12 13 |
# File 'app/models/address_type.rb', line 11 def to_s self.key end |