mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 13:51:18 +08:00
Make rubocop happy again.
This commit is contained in:
@ -31,9 +31,9 @@ class ClicksController < ApplicationController
|
||||
|
||||
private
|
||||
|
||||
def track_params
|
||||
params.require(:url)
|
||||
params.permit(:url, :post_id, :topic_id, :redirect)
|
||||
end
|
||||
def track_params
|
||||
params.require(:url)
|
||||
params.permit(:url, :post_id, :topic_id, :redirect)
|
||||
end
|
||||
|
||||
end
|
||||
|
Reference in New Issue
Block a user