diff options
| author | vlatka pavisic | 2016-11-17 17:59:33 +0100 | 
|---|---|---|
| committer | vlatka pavisic | 2016-11-17 17:59:33 +0100 | 
| commit | d4c1ce56290e0af18da024d4d137f55198d18903 (patch) | |
| tree | 733f44726b261f1b56e500584ec8bb2de209305e | |
| parent | 46076bf6127efea667cc764dd2fc4a9d66451c9f (diff) | |
| download | chouette-core-d4c1ce56290e0af18da024d4d137f55198d18903.tar.bz2 | |
Refs #1939 : end
| -rw-r--r-- | app/controllers/lines_controller.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/controllers/lines_controller.rb b/app/controllers/lines_controller.rb index 925ac54bf..1a5c30787 100644 --- a/app/controllers/lines_controller.rb +++ b/app/controllers/lines_controller.rb @@ -78,7 +78,7 @@ class LinesController < BreadcrumbController          params[:q]["#{filter}_eq"] = ''          params[:q]["#{filter}_blank"] = '1'        end - +    end      @q = line_referential.lines.search(params[:q])      @lines ||= @q.result(:distinct => true).order(:number).paginate(:page => params[:page]).includes([:network, :company])    end | 
