diff options
| author | jpl | 2017-02-09 14:40:41 +0100 |
|---|---|---|
| committer | jpl | 2017-02-09 14:40:41 +0100 |
| commit | 9ce7eeafabfa62a23db02a6dda584a06325c9260 (patch) | |
| tree | ebf1f9a8e938502cac608867d6da94d2304201d0 /app/controllers/referentials_controller.rb | |
| parent | aac370c4966ff6587ce108cb507c12891e8bd59e (diff) | |
| download | chouette-core-9ce7eeafabfa62a23db02a6dda584a06325c9260.tar.bz2 | |
Refs #2482: updating referentials#show table column names
Diffstat (limited to 'app/controllers/referentials_controller.rb')
| -rw-r--r-- | app/controllers/referentials_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/referentials_controller.rb b/app/controllers/referentials_controller.rb index 6dbfc423d..5ff296659 100644 --- a/app/controllers/referentials_controller.rb +++ b/app/controllers/referentials_controller.rb @@ -32,7 +32,7 @@ class ReferentialsController < BreadcrumbController } format.html { build_breadcrumb :show} end - p "test" + @reflines = lines_collection.paginate(page: params[:page], per_page: 10) end |
