Class: Contact

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

Instance Attribute Summary collapse

Instance Attribute Details

#websiteObject

Returns the value of attribute website.



13
14
15
# File 'app/models/contact.rb', line 13

def website
  @website
end