mirror of
https://github.com/discourse/discourse.git
synced 2026-08-13 06:25:11 -05:00
Add reports for IncomingLinks on admin dashboard
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
class IncomingLink < ActiveRecord::Base
|
||||
belongs_to :topic
|
||||
belongs_to :user
|
||||
|
||||
validates :url, presence: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user