mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: more send -> public_send changes
This is a work in progress commit for more send to public_send conversions Also adds some comments for cases where we need to keep send
This commit is contained in:
@@ -33,7 +33,7 @@ class IncomingLinksReport
|
||||
report.limit = _opts[:limit].to_i if _opts[:limit]
|
||||
report.category_id = _opts[:category_id] if _opts[:category_id]
|
||||
|
||||
send(report_method, report)
|
||||
public_send(report_method, report)
|
||||
report
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user