mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-03 22:21:53 +08:00
Fix inclusion of InputSanitizeHelper in SmartAnnotation utility (#5365)
This commit is contained in:
parent
17280f8a3b
commit
a337b98ed5
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class SmartAnnotation
|
||||
include ActionView::Helpers::InputSanitizeHelper
|
||||
include InputSanitizeHelper
|
||||
include ActionView::Helpers::TextHelper
|
||||
|
||||
attr_writer :current_user, :current_team, :query
|
||||
|
|
Loading…
Reference in a new issue