diff options
Diffstat (limited to 'app/controllers/time_tables_controller.rb')
| -rw-r--r-- | app/controllers/time_tables_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/time_tables_controller.rb b/app/controllers/time_tables_controller.rb index 0b3d704ee..20d500ea9 100644 --- a/app/controllers/time_tables_controller.rb +++ b/app/controllers/time_tables_controller.rb @@ -130,7 +130,7 @@ class TimeTablesController < ChouetteController if params[:q] && params[:q]["tag_search"] tags = params[:q]["tag_search"].reject {|c| c.empty?} params[:q].delete("tag_search") - scope = select_time_tables.tagged_with(tags, :wild => true, :any => true) if tags.any? + scope = select_time_tables.tagged_with(tags, :any => true) if tags.any? end scope = ransack_periode(scope) @q = scope.search(params[:q]) |
