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 8821946 commit 14d9f9dCopy full SHA for 14d9f9d
lib/grape/api.rb
@@ -5,7 +5,7 @@ module Grape
5
# should subclass this class in order to build an API.
6
class API
7
# Class methods that we want to call on the API rather than on the API object
8
- NON_OVERRIDABLE = %i[call call! configuration compile! inherited].freeze
+ NON_OVERRIDABLE = %i[call call! configuration compile! inherited recognize_path].freeze
9
10
class Boolean
11
def self.build(val)
0 commit comments