mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-04 04:04:36 +08:00
Add missing include [SCI-1306]
This commit is contained in:
parent
6b8c8deb16
commit
7310763184
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ class ResultTextsController < ApplicationController
|
|||
include ActionView::Helpers::UrlHelper
|
||||
include ApplicationHelper
|
||||
include TinyMceHelper
|
||||
include InputSanitizeHelper
|
||||
include Rails.application.routes.url_helpers
|
||||
|
||||
before_action :load_vars, only: [:edit, :update, :download]
|
||||
|
|
Loading…
Add table
Reference in a new issue