Ruby On Rails : undefined local variable or method `end_form_tag’
I try this in Ruby On Rails (ROR) :
But I have this error :
I search a lot of time this Week-End (without) Internet.
I found a solution here :
http://ajzone.wordpress.com/2008/03/11/ruby-on-rails-202/
First replace :
With :
Because « end_form_tag » is deprecated. But after this correction I have this error :
Add a do the the form tag:
And now there are:
Transform this:
To:
The error come from the "=" char.