fix #1239. Context helper was missing in search controller

This commit is contained in:
Reinier Balt 2012-01-31 12:11:14 +01:00
parent 72d263bb22
commit 207390bda2

View file

@ -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'