Libraries
»
sbdevcore
(0.3.10)
»
Index (C)
»
Contact
Class: Contact
Inherits:
ActiveRecord::Base
Object
ActiveRecord::Base
Contact
show all
Defined in:
app/models/contact.rb
Instance Method Summary
collapse
#
send_email
⇒ Object
Instance Method Details
#
send_email
⇒
Object
10 11 12
# File 'app/models/contact.rb', line 10
def
send_email
Mailer
.
inquiry
(
self
)
.
deliver
end