Class: Pasaporte::Controllers::ThrottledPage
- Inherits:
-
R
- Object
- R
- Pasaporte::Controllers::ThrottledPage
- Defined in:
- lib/pasaporte.rb
Overview
This gets shown if the user is throttled
Instance Method Summary collapse
Instance Method Details
#get ⇒ Object
656 657 658 659 |
# File 'lib/pasaporte.rb', line 656 def get @report = "You have been throttled for #{THROTTLE_FOR} seconds" render :bailout end |