You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone,
While reviewing the ProducesConsumes class, I came across a reference to Grape::ContentTypes::CONTENT_TYPES. In the newer version of Grape, this has been replaced by Grape::ContentTypes::DEFAULTS, as highlighted in the diff below: Diff of lib/grape/content_types.rb
Additionally, here is the faulty code that caused our workflows to break:
This is a breaking change and it triggers the following error when trying to access the documentation url: uninitialized constant Grape::ContentTypes::CONTENT_TYPES
Hi everyone,
While reviewing the
ProducesConsumes
class, I came across a reference toGrape::ContentTypes::CONTENT_TYPES
. In the newer version of Grape, this has been replaced byGrape::ContentTypes::DEFAULTS
, as highlighted in the diff below:Diff of lib/grape/content_types.rb
Additionally, here is the faulty code that caused our workflows to break:
grape-swagger/lib/grape-swagger/doc_methods/produces_consumes.rb
Line 10 in a5e2575
The text was updated successfully, but these errors were encountered: