Displaying 3 results from an estimated 3 matches for "contact_mail".
Did you mean:
contact_email
2012 Jun 30
0
undefined method `xxx_path' for #<#<Class....
when i try /contact_mail/newi it return me error: undefined local variable
or method `em'' for #<#<Class:0x007fca24248858>:0x007fca21186df0>
model: contact_mail.rg
class ContactMail < ActiveRecord::Base
attr_accessible :email, :message, :name, :subject
end
controler: contarct_mail_controlle...
2006 Jul 19
7
Email Form for Contact Page
Can anyone point me to or provide me with code or a tutorial (preferably
a tutorial) for creating simple contact forms where the data is sent
over email to a specific email address. I have search all over the
internet and there doesn''t see to be anything anywhere.
Thanks In Advance,
Alex.
--
Posted via http://www.ruby-forum.com/.
2011 Feb 05
1
ActionMailer::Base.default_url_options
...ems/actionmailer-3.0.3/lib/action_mailer/base.rb:333:in
`<module:ActionMailer>''
from
/Users/sebastian/.rvm/gems/ruby-1.9.2-p136/gems/actionmailer-3.0.3/lib/action_mailer/base.rb:9:in
`<top (required)>''
from
/Users/sebastian/Sites/rails/sampleapp/app/mailers/contact_mailer.rb:1:in
`<top (required)>''
from
/Users/sebastian/.rvm/gems/ruby-1.9.2-p136/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:239:in
`require''
from
/Users/sebastian/.rvm/gems/ruby-1.9.2-p136/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:2...