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