diff --git a/app/controllers/groups_controller.rb b/app/controllers/groups_controller.rb index 68a0e9d3..4bd732fc 100644 --- a/app/controllers/groups_controller.rb +++ b/app/controllers/groups_controller.rb @@ -57,7 +57,7 @@ class GroupsController < ApplicationController # GET /groups/1/edit def edit - @group = Group.find(params[:id]) + @group = Group.find(params[:id], :include => :projects) end # POST /groups