search for: actiondepending

Displaying 1 result from an estimated 1 matches for "actiondepending".

2006 Jan 04
2
noob help
...n => ''lang_hi'' %> <%= select "Lang","language",[''Telugu'',''Hindi'']%> <%= submit_tag "Go" %> <%= end_form_tag %> the above way i am able to call only one action , is there a way i can call any actiondepending on the selected language , or how can i write a for loop to execute the action according to the language selected , my actions are in application.rb or how can i write a helper file Please guide me in this