Why I have to set two unnecessary params in controller action after i send form_tag?

This is my code.

On 3 May 2012 15:16, regedarek [email protected] wrote:

confirmation.html.erb · GitHub

This is my code.

“send” is an critically important method in Ruby - probably best to
name your action something else.

You are using “send” for an action name. Send is used internally by
ruby.
I’d suggest renaming the action.

On Thu, May 3, 2012 at 7:46 PM, regedarek [email protected]
wrote:

For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.

  • Aziz M. Bookwala

Thanks this was it. Solved.

W dniu czwartek, 3 maja 2012 16:16:10 UTC+2 uytkownik regedarek napisa: