Add the custom_fields helper to JournalsController #267
This commit is contained in:
parent
0caf4b3d5e
commit
c8e584e894
|
@ -27,6 +27,7 @@ class JournalsController < ApplicationController
|
|||
include QueriesHelper
|
||||
helper :sort
|
||||
include SortHelper
|
||||
helper :custom_fields
|
||||
|
||||
def index
|
||||
retrieve_query
|
||||
|
|
Loading…
Reference in New Issue