mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
fix #1239. Context helper was missing in search controller
This commit is contained in:
parent
72d263bb22
commit
207390bda2
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
class SearchController < ApplicationController
|
||||
|
||||
helper :todos, :application, :notes, :projects
|
||||
helper :todos, :application, :notes, :projects, :contexts
|
||||
|
||||
def results
|
||||
@source_view = params['_source_view'] || 'search'
|
||||
|
@ -26,7 +26,7 @@ class SearchController < ApplicationController
|
|||
end
|
||||
|
||||
def index
|
||||
@page_title = "TRACKS::Search"
|
||||
@page_title = "TRACKS::Search"
|
||||
end
|
||||
|
||||
def init
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue