Skip to content

Commit

Permalink
Changes in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
danielvlopes committed Jul 30, 2010
1 parent 16150e1 commit e3f328f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.rdoc
Expand Up @@ -26,6 +26,17 @@ Just install the plugin and see the example below:
...
end

You can also change to menu item in action level instead of class level:

class DashboardController < ApplicationController
menu_item :mydashboard

def prices
menu_item :prices
...
end
end

=== View

==== ERB code
Expand Down

0 comments on commit e3f328f

Please sign in to comment.