Hi I have to pass a param to <%= render :partial=> /popup/search_contact_ui' %>
I tried like below but not working <%= render :partial=> '/popup/search_contact_ui', :params=>{:content=>'searchsdprimaryassignee'}%>
Could you please tell me how I can do this Sijo