Class: Phone

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/phone.rb

Class Method Summary collapse

Class Method Details

.kindsObject



5
6
7
# File 'app/models/phone.rb', line 5

def self.kinds
  [ "Work", "Home", "Cell", "Fax", "Other" ]
end