[Rails] local variable

2010-03-09 Thread kevid
Hi all, Please, is it possible passing a local variable (specifically of type integer) from a view to controller using the link_to function in rails. All answers are appreciated. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post

Re: [Rails] local variable

2010-03-09 Thread Hassan Schroeder
On Tue, Mar 9, 2010 at 10:22 AM, kevid alumsimport...@yahoo.ca wrote: Please, is it possible passing a local variable (specifically of type integer) from a view to controller using the link_to function in rails. All answers are appreciated. Have you read the API doc for link_to ? Your