Thanks Frederick.

I want to do something like:

<% session[:sub_menu].fetch(controller.controller_name) do |sub_menu| 
-%>
  <% sub_menu.each do |menu| -%>
    <li>
      <%= link_to "#{menu[:presentation_name]}", :controller => 
"#{menu[:controller]}", :action => "#{menu[:action]}" %>
    </li>
  <% end -%>
<% end -%>

Where the main idea is to fetch the hash values for the key that has the 
same name of the controller.

What do you suggest?

tks again.

David Sousa

-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to