mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
3 lines
119 B
Ruby
3 lines
119 B
Ruby
ActiveSupport::Notifications.subscribe('rack.attack') do |name, start, finish, request_id, req|
|
|
puts req.inspect
|
|
end
|