Skip to content
Snippets Groups Projects
Commit d6a18613 authored by James Lopez's avatar James Lopez
Browse files

fix for failing spec

parent 89aeed18
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -81,7 +81,8 @@ class GroupsController < Groups::ApplicationController
 
def group
@group ||= Group.find_by(path: params[:id])
render_404 unless @group
return @group if @group
render_404
end
 
def load_projects
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment