We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c0340 commit f9deac5Copy full SHA for f9deac5
app/controllers/api/base_controller.rb
@@ -94,8 +94,4 @@ def render_bad_request(error = "bad request")
94
error = error.message if error.is_a?(Exception)
95
render json: { error: error.to_s }, status: :bad_request
96
end
97
-
98
- def owner?
99
- @api_key.owner.owns_gem?(@rubygem)
100
- end
101
0 commit comments