DEV: removes legacy code (#18486)
No methods from https://api.rubyonrails.org/classes/ActionView/Helpers/SanitizeHelper.html seem to be used in models/topic.rb
This commit is contained in:
parent
e8b1021cb6
commit
fbb9f983b1
|
@ -3,7 +3,6 @@
|
|||
class Topic < ActiveRecord::Base
|
||||
class UserExists < StandardError; end
|
||||
class NotAllowed < StandardError; end
|
||||
include ActionView::Helpers::SanitizeHelper
|
||||
include RateLimiter::OnCreateRecord
|
||||
include HasCustomFields
|
||||
include Trashable
|
||||
|
|
Loading…
Reference in New Issue