Displaying 1 result from an estimated 1 matches for "option_menus".
2011 Apr 05
0
block method output is generating twice
...gt;c.object.id %>
<%= m.item link_to ''Create Opportunity'',
new_lead_opportunity_path(c.object) %>
<% end %>
<% end %>
<% end %>
Every thing is working fine. But the only problem is that options_menu
is generating twice. Means two option_menus are there. I traced out
one menu is from l.column command because it has proper formating of
column, other is generating by its on block in the view, How can i
stop it for doing twice?
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" gro...