Skip to content

Commit

Permalink
Merge pull request #8093 from cirosantilli/rm-duplicate-derived-admin…
Browse files Browse the repository at this point in the history
…-repository-method

Remove unused admin/projects#repository method
  • Loading branch information
dzaporozhets committed Oct 21, 2014
2 parents 31de763 + 2c98584 commit 6c8d3bd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/controllers/admin/projects_controller.rb
Expand Up @@ -38,8 +38,4 @@ def project
def group
@group ||= @project.group
end

def repository
@repository ||= @project.repository
end
end

0 comments on commit 6c8d3bd

Please sign in to comment.