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
Fix: #2258
Some gems or app code may define methods on `Class` after `grape` is
loaaded but before `override_all_methods!` is called.
As such it's better to check `Class.method_defined?` when doing the override.
0 commit comments