lib/ahoy/throttle.rb in ahoy_matey-1.5.1 vs lib/ahoy/throttle.rb in ahoy_matey-1.5.2

- old
+ new

@@ -11,15 +11,7 @@ def_delegators self, :whitelisted?, :blacklisted?, :throttled?, :tracked?, :blocklisted?, :safelisted? def self.throttled_response Rack::Attack.throttled_response end - - def self.blacklisted_response - Rack::Attack.blacklisted_response - end - - def self.blocklisted_response - Rack::Attack.blocklisted_response - end end end