Class: PhoneType
- Inherits:
-
ActiveRecordShared
- Object
- ActiveRecord::Base
- ActiveRecordShared
- PhoneType
- Defined in:
- app/models/phone_type.rb
Overview
The type of phone number (home,work,mobile,etc.)
Instance Method Summary collapse
-
#to_s ⇒ Object
Returns key.
Instance Method Details
#to_s ⇒ Object
Returns key
11 12 13 |
# File 'app/models/phone_type.rb', line 11 def to_s key end |