diff options
| author | Vlatka Pavisic | 2017-02-13 17:39:30 +0100 |
|---|---|---|
| committer | Xinhui | 2017-02-20 11:52:06 +0100 |
| commit | 86cd6fb168b94debc3fc0eb99ac61f1a9b9b0049 (patch) | |
| tree | 8b94bf10593393b9ad6bf73fb13b623abb615778 /app/controllers/referential_lines_controller.rb | |
| parent | 84e433dbdbd457c922725ea54cd703ed28da7ab6 (diff) | |
| download | chouette-core-86cd6fb168b94debc3fc0eb99ac61f1a9b9b0049.tar.bz2 | |
Refs #2596 : Replace creation_time with timestamps
Diffstat (limited to 'app/controllers/referential_lines_controller.rb')
| -rw-r--r-- | app/controllers/referential_lines_controller.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/referential_lines_controller.rb b/app/controllers/referential_lines_controller.rb index 4ffee27cb..81c00a0ae 100644 --- a/app/controllers/referential_lines_controller.rb +++ b/app/controllers/referential_lines_controller.rb @@ -107,7 +107,6 @@ class ReferentialLinesController < ChouetteController :company_id, :objectid, :object_version, - :creation_time, :creator_id, :name, :number, :published_name, |
