Sha256: 12b874cc9c4ea3d2d33ae34fd6c5f8c0f28b943aa14ba29e13d12c9248d2edec

Contents?: true

Size: 140 Bytes

Versions: 1

Compression:

Stored size: 140 Bytes

Contents

class Billing::MockLimiter
  def broken_hard_limits_for(action, model, count: 1)
    []
  end

  def can?(action, model)
    true
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bullet_train-1.1.5 app/models/billing/mock_limiter.rb