Class: Pasaporte::Controllers::ThrottledPage

Inherits:
R
  • Object
show all
Defined in:
lib/pasaporte.rb

Overview

This gets shown if the user is throttled

Instance Method Summary collapse

Instance Method Details

#getObject



656
657
658
659
# File 'lib/pasaporte.rb', line 656

def get
  @report = "You have been throttled for #{THROTTLE_FOR} seconds"
  render :bailout
end