We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97323fd + 0881491 commit 51dbbc8Copy full SHA for 51dbbc8
app/controllers/application_controller.rb
@@ -1,5 +1,6 @@
1
class ApplicationController < ActionController::Base
2
helper_method :current_student
3
+ rate_limit to: 20, within: 10.seconds
4
5
private
6
0 commit comments