mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-08 08:27:44 +08:00
Merge pull request #641 from okriuchykhin/ok_SCI_1309
Add missing include for sinitize_input [SCI-1309]
This commit is contained in:
commit
2bea3c71c0
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
module ApplicationHelper
|
||||
include ActionView::Helpers::AssetTagHelper
|
||||
include ActionView::Helpers::UrlHelper
|
||||
include InputSanitizeHelper
|
||||
|
||||
def module_page?
|
||||
controller_name == 'my_modules'
|
||||
|
|
Loading…
Reference in a new issue