Displaying 1 result from an estimated 1 matches for "simplenavig".
2013 Jul 04
1
simple-navigation items from database
Hello, i would like to ask how can i generate menu items from database
using simple-navigation ? i was looking in documentation
https://github.com/andi/simple-navigation/wiki/Dynamic-Navigation-Items
but i dont get it.
i have default config/navigation.rb
SimpleNavigation::Configuration.run do |navigation|
...
end
and i have database
categories
id
category_id
name
how can i generate a menu ? thank you :-)
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk...