@@ -18,9 +18,6 | |||||
18 | class SearchController < ApplicationController |
|
18 | class SearchController < ApplicationController | |
19 | before_filter :find_optional_project |
|
19 | before_filter :find_optional_project | |
20 |
|
20 | |||
21 | helper :messages |
|
|||
22 | include MessagesHelper |
|
|||
23 |
|
||||
24 | def index |
|
21 | def index | |
25 | @question = params[:q] || "" |
|
22 | @question = params[:q] || "" | |
26 | @question.strip! |
|
23 | @question.strip! |
General Comments 0
You need to be logged in to leave comments.
Login now