lint
This commit is contained in:
@@ -2,7 +2,7 @@ module RateLimiter
|
||||
extend ActiveSupport::Concern
|
||||
|
||||
included do
|
||||
before_action :check_rate_limit, only: [:create]
|
||||
before_action :check_rate_limit, only: [ :create ]
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
Reference in New Issue
Block a user