Remove an old determine_layout call.

This commit is contained in:
Douwe Maan
2015-04-30 20:02:00 +02:00
parent 26ad250989
commit a3bd323cd3
@@ -6,8 +6,6 @@ class Groups::GroupMembersController < Groups::ApplicationController
before_action :authorize_read_group!
before_action :authorize_admin_group!, except: [:index, :leave]
layout :determine_layout
def index
@project = @group.projects.find(params[:project_id]) if params[:project_id]
@members = @group.group_members