search for: menuitems_path

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

2009 Nov 12
1
Please help me ------ Mapping an item to article
.../> <%= f.check_box :published %> </p> <p> <%= f.label :link %><br /> <%= f.text_field :link %> </p> <p> <%= f.submit ''Create'' %> </p> <% end %> <%= link_to ''Back'', menuitems_path %> for this <%= f.text_field :article_id %> i want to have a select button (browse) ,when clicked on that should open a popup to select the article. When i select a article from the list of articles, its id is stored in the table and when i clicked on the item i need to display the artic...