diff options
| author | jpl | 2017-02-08 18:51:12 +0100 | 
|---|---|---|
| committer | jpl | 2017-02-08 18:51:12 +0100 | 
| commit | f0c0e1434215b92b9c829a305bcea1a53b856e70 (patch) | |
| tree | 9832b1ce95260506e8eed12a08b48385b80fd1a0 /app/controllers/referentials_controller.rb | |
| parent | d43717db535e0e8999963e0f96004ae1f2cd459b (diff) | |
| download | chouette-core-f0c0e1434215b92b9c829a305bcea1a53b856e70.tar.bz2 | |
Refs #2482: fix tests
Diffstat (limited to 'app/controllers/referentials_controller.rb')
| -rw-r--r-- | app/controllers/referentials_controller.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/app/controllers/referentials_controller.rb b/app/controllers/referentials_controller.rb index 83a56b6e0..6dbfc423d 100644 --- a/app/controllers/referentials_controller.rb +++ b/app/controllers/referentials_controller.rb @@ -32,8 +32,8 @@ class ReferentialsController < BreadcrumbController         }         format.html { build_breadcrumb :show}       end -     @q = lines_collection.ransack(params[:q]) -     @reflines = @q.result(distinct: true).paginate(page: params[:page], per_page: 10) +     p "test" +     @reflines = lines_collection.paginate(page: params[:page], per_page: 10)    end    def edit | 
