First timer , needs help in passing parameter

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.

Thanks

I think you will find what you need by working through the tutorial here.

http://guides.rubyonrails.org/getting_started.html

B.

Then work right through the free online tutorial railstutorial.org. By that time all the basic questions should have been answered.

Colin