fix #1239. Context helper was missing in search controller

Conflicts:

	app/controllers/search_controller.rb
This commit is contained in:
Reinier Balt 2012-01-31 12:11:14 +01:00
parent 8f5c04522e
commit 71cd34a35f

View file

@ -1,7 +1,7 @@
class SearchController < ApplicationController
helper :todos, :application, :notes, :projects
helper :todos, :application, :notes, :projects, :contexts
def results
@source_view = params['_source_view'] || 'search'
@page_title = "TRACKS::Search Results for #{params[:search]}"