Class: Contact
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Contact
- Defined in:
- app/models/contact.rb
Instance Attribute Summary collapse
-
#website ⇒ Object
Returns the value of attribute website.
Instance Attribute Details
#website ⇒ Object
Returns the value of attribute website.
13 14 15 |
# File 'app/models/contact.rb', line 13 def website @website end |