[Rails] Re: Call Action on button Click

2010-04-09 Thread Ashwin Vel
Thanks a lot Charles , Joe On Apr 8, 6:56 pm, "Joe Smith" wrote: > "Ashwin Vel" wrote in > messagenews:c6eb2f16-e025-4d7c-b3ef-8a5e57fd9...@c36g2000yqm.googlegroups.com... > > > Very simple question. > > > How do i have just a simple button without a form , which calls an > > action on Click. >

[Rails] Re: Call Action on button Click

2010-04-08 Thread Joe Smith
"Ashwin Vel" wrote in message news:c6eb2f16-e025-4d7c-b3ef-8a5e57fd9...@c36g2000yqm.googlegroups.com... Very simple question. How do i have just a simple button without a form , which calls an action on Click. I think you want button_to, which works pretty much just like link_to. It actu