Class: Phone
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Phone
- Defined in:
- app/models/phone.rb
Instance Attribute Summary collapse
-
#number ⇒ Object
Returns the value of attribute number.
Instance Method Summary collapse
Instance Attribute Details
#number ⇒ Object
Returns the value of attribute number.
2 3 4 |
# File 'app/models/phone.rb', line 2 def number @number end |
Instance Method Details
#save_with_format! ⇒ Object
15 16 17 18 |
# File 'app/models/phone.rb', line 15 def save_with_format! save_with_format save end |