search for: and_some_other_stuff

Displaying 2 results from an estimated 2 matches for "and_some_other_stuff".

2006 May 03
2
render partial collection
my view contains a call to a partial: <%= render(:partial => ''item_list'', :collection => @keyword.synonyms, :locals => { :action_delete => "removesynonym", and_some_other_stuff }) %> _item_list.rhtml contains: <%= link_to ( image_tag(''/images/deletebutton.png''), { :action => action_delete, :id => @keyword, item_id => item_list }, %><%= item_list.name %> Now, how can I pass the ''name'' prop...
2006 May 03
0
render partial collection passing property
my view contains a call to a partial: <%= render(:partial => ''item_list'', :collection => @keyword.synonyms, :locals => { :action_delete => "removesynonym", and_some_other_stuff }) %> _item_list.rhtml contains: <%= link_to ( image_tag(''/images/deletebutton.png''), { :action => action_delete, :id => @keyword, item_id => item_list }, %><%= item_list.name %> Now, how can I pass the ''name'' prop...