Merge pull request #8093 from cirosantilli/rm-duplicate-derived-admin-repository-method
Remove unused admin/projects#repository method
This commit is contained in:
commit
6c8d3bd658
1 changed files with 0 additions and 4 deletions
|
@ -38,8 +38,4 @@ class Admin::ProjectsController < Admin::ApplicationController
|
|||
def group
|
||||
@group ||= @project.group
|
||||
end
|
||||
|
||||
def repository
|
||||
@repository ||= @project.repository
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue