Re: [Rails] Contact form - NoMethodError (undefined method `each' for nil:NilClass)

2013-06-23 Thread Colin Law
On 23 June 2013 05:20, Máté Kaszás wrote: > Hi Guys, > > So basically I want a contact form to appear on all the service pages. > I've already created a contact form for the contact page which works > perfectly using this tutorial: > http://matharvard.ca/posts/2011/aug/22/contact-form-in-rails-3/

[Rails] Contact form - NoMethodError (undefined method `each' for nil:NilClass)

2013-06-23 Thread Máté Kaszás
Hi Guys, So basically I want a contact form to appear on all the service pages. I've already created a contact form for the contact page which works perfectly using this tutorial: http://matharvard.ca/posts/2011/aug/22/contact-form-in-rails-3/ Now I would like to implement this approach on the s

[Rails] contact form

2013-01-27 Thread oto iashvili
Hi I would like to have on my website a contact form: name, email, subject (drop-down list), a message, all this that would be dave in db, and a backend (admin) to answer questions + some options like filtering by subject, sort by date , ... does know a gem that exists already or an app that wo