Hi guys
this is my first project with ROR, I have a action in controller and
it takes two parameters, these parameters are to be entered by the
user through a form in the view, how can I make forms with two input
text fields and pass parameters to this action of mine in the
controller from the form.
Am sorry if this is a silly question but am very new to ROR.
Hi guys
this is my first project with ROR, I have a action in controller and
it takes two parameters, these parameters are to be entered by the
user through a form in the view, how can I make forms with two input
text fields and pass parameters to this action of mine in the
controller from the form.
Am sorry if this is a silly question but am very new to ROR.
I think you will find what you need by working through the tutorial
here.