1 2 3 4 5
class Rack::Attack throttle('req/ip', limit: 300, period: 5.minutes) do |req| req.ip end end