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
thing like this no longer works with latest grape: throttle max: 5, per: 1.day, identifier: Proc.new { params[:id] }
because params[:id] always return nil in a before filter.
The text was updated successfully, but these errors were encountered:
oh that's a shame :( Unfortunately I am not using grape anymore in any of my projects so won't be able to maintain this gem for newest grape version without a little help from the community :)
thing like this no longer works with latest grape:
throttle max: 5, per: 1.day, identifier: Proc.new { params[:id] }
because params[:id] always return nil in a before filter.
The text was updated successfully, but these errors were encountered: