Skip to content

Commit

Permalink
Remove unused owner? method in ApplicationController (#4904)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinemde authored Jul 19, 2024
1 parent 7821826 commit 0758160
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,6 @@ def find_rubygem
end
end

def owner?
@rubygem.owned_by?(current_user)
end

def find_versioned_links
@versioned_links = @rubygem.links(@latest_version)
end
Expand Down

0 comments on commit 0758160

Please sign in to comment.