Topic: Sending multiple parameters
Hi all,
Being new to Rails i don know hw to send multiple parameters through route as of nw i hve done something like this
match 'employeesAjax/:id/:gender', :to => 'employees#showEmp'
is this right? if no pls correct me.
Regards,
AB