Andre
Joined
50 Experience
0 Lessons Completed
0 Questions Solved
Activity
Hello.
I would like to share my problem with you.
How to pass value from - in this or that, depending on select, method of Rails-controller?
If id of (or name) selected is 'one', it should be passed to 'def one'.
If id of selected is 'two', it should be passed to 'def two'.
etc
How to solve this puzzle? Thank you for your answer.