gottfrois/grape-attack

View on GitHub
lib/grape/attack.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'active_support/core_ext/numeric/time.rb'
require 'grape'

require 'grape/attack/version'
require 'grape/attack/adapters/redis'
require 'grape/attack/adapters/memory'
require 'grape/attack/configurable'
require 'grape/attack/extension'
require 'grape/attack/exceptions'
require 'grape/attack/throttle'

module Grape
  module Attack
    extend Configurable
  end
end