Skip to content

Commit

Permalink
changed module name
Browse files Browse the repository at this point in the history
  • Loading branch information
Joao Costa committed Dec 10, 2012
1 parent 2f63c6f commit f543a42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
/vendor/cache
/vendor/rails
*.rbc
*.*~
*~

/.bundle
/Gemfile.local
Expand Down
4 changes: 2 additions & 2 deletions init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
description 'Graphical indicators for EV Management'
version '0.9.0'
url 'http://imaginarycloud.com'
author_url 'mailto:jcosta@imaginarycloud.com'
author_url 'mailto:info@imaginarycloud.com'

project_module :ratios do
project_module :evm do
permission :ratios, { :ratios => [:index] }, :public => true
end
menu :project_menu, :ratios, { :controller => 'ratios', :action => 'index' }, :caption => 'EVM', :after => :files
Expand Down

0 comments on commit f543a42

Please sign in to comment.