mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +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
|
class SearchController < ApplicationController
|
||||||
|
|
||||||
helper :todos, :application, :notes, :projects
|
helper :todos, :application, :notes, :projects, :contexts
|
||||||
|
|
||||||
def results
|
def results
|
||||||
@source_view = params['_source_view'] || 'search'
|
@source_view = params['_source_view'] || 'search'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue