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 65958a6 commit b4d4719Copy full SHA for b4d4719
lib/grape.rb
@@ -77,6 +77,8 @@ def self.deprecator
77
end
78
79
80
+# Comment for testing purposes
81
+
82
# https://api.rubyonrails.org/classes/ActiveSupport/Deprecation.html
83
# adding Grape.deprecator to Rails App if any
84
require 'grape/railtie' if defined?(Rails::Railtie) && ActiveSupport.gem_version >= Gem::Version.new('7.1')
0 commit comments