We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e23c5ce commit 5d61708Copy full SHA for 5d61708
app/controllers/abuse_reports_controller.rb
@@ -9,7 +9,7 @@ def new
9
@abuse_report.email = reporter.email
10
@abuse_report.username = reporter.login
11
end
12
- @abuse_report.referer = params[:url] || request.env["HTTP_REFERER"]
+ @abuse_report.url = params[:url] || request.env["HTTP_REFERER"]
13
14
15
def create
0 commit comments