Commit 2c98584a authored by Ciro Santilli's avatar Ciro Santilli

Remove unused admin/projects#repository method

Already defined on the ApplicationController base class.
parent c3b81e5f
...@@ -38,8 +38,4 @@ class Admin::ProjectsController < Admin::ApplicationController ...@@ -38,8 +38,4 @@ class Admin::ProjectsController < Admin::ApplicationController
def group def group
@group ||= @project.group @group ||= @project.group
end end
def repository
@repository ||= @project.repository
end
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment