Skip to content

Commit

Permalink
klappt das deployen?
Browse files Browse the repository at this point in the history
  • Loading branch information
thegcat committed Oct 7, 2009
1 parent a32bdf9 commit 650dcd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.rb
Expand Up @@ -15,7 +15,7 @@
version '0.0.1'

project_module :doodles do
permission :view_doodles, { :doodles => [:index, :show]}
permission :view_doodles, { :doodles => [:index, :show, :new]}
end
menu :project_menu, :doodles, { :controller => 'doodles', :action => 'index' }, :caption => 'Doodles', :param => :project_id
end

0 comments on commit 650dcd8

Please sign in to comment.