forked from codeplant/simple-navigation
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
andi edited this page Sep 28, 2010
·
12 revisions
simple-navigation is distributed as a rubygem and can be included in your project as described here.
Add the following line to your config/environment.rb:
config.gem "simple-navigation"
Then enter
$ rake gems:install
To include the gem in your Rails 3 app, just add it to the Gemfile:
gem "simple-navigation"
Please use the sinatra-simple-navigation gem. This is a wrapper gem which simplifies the integration of simple-navigation into your sinatra and padrino apps.