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
Interesting, sort was a class method. It's probably a regression from ruby-grape/grape#1803. You (or someone) should try writing a spec in Grape for this. We should be fixing it.
Problem
Seeing this error when trying to
rackup
and also running specs for active record sample app:Possible Cause?
Looking deeper it seems maybe with
grape-1.2.2
addingSortHelper
inslack-ruby-bot-server/lib/slack-ruby-bot-server/api/endpoints/teams_endpoint.rb
Line 7 in 79313f7
sort
method to the endpoint.The text was updated successfully, but these errors were encountered: