Error 500 when opening a project (master branch)
Created by: swiffer
Checked out latest master Build today. The browser Interface seems to work but when opening a project an error 500 is displayed instead of project overview...
below is the relevant part of production.log....
Started GET "/root/simplecms" for 127.0.0.1 at 2013-02-13 12:19:38 +0100 Processing by ProjectsController#show as HTML Parameters: {"id"=>"root/simplecms"} Completed 500 Internal Server Error in 14ms
NoMethodError (undefined method can_create_group' for #<User:0x00000004703ec0>): app/models/ability.rb:20:in
global_abilities'
app/models/ability.rb:15:in allowed' app/controllers/application_controller.rb:59:in
can?'
app/controllers/application_controller.rb:67:in `project'