diff options
| author | Luc Donnet | 2018-01-16 15:31:39 +0100 |
|---|---|---|
| committer | Luc Donnet | 2018-01-16 15:31:39 +0100 |
| commit | 70557bd0a5ab774a44d2bc5b61e01f39d6e9a9db (patch) | |
| tree | 66c7f4c4c4a36d6e91eab1227a2e8dbf2b03c7c7 /app/models/chouette/network.rb | |
| parent | b1c55750bb43736c2cb6f9619bddc453cfadb1aa (diff) | |
| download | chouette-core-70557bd0a5ab774a44d2bc5b61e01f39d6e9a9db.tar.bz2 | |
Fix access to public.versions table for Line, StopArea, Network and company models Refs #5605 @2
Diffstat (limited to 'app/models/chouette/network.rb')
| -rw-r--r-- | app/models/chouette/network.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/chouette/network.rb b/app/models/chouette/network.rb index 9b3f2fe29..6843c69ad 100644 --- a/app/models/chouette/network.rb +++ b/app/models/chouette/network.rb @@ -1,6 +1,6 @@ module Chouette class Network < Chouette::ActiveRecord - has_paper_trail + has_paper_trail class_name: 'PublicVersion' include NetworkRestrictions include LineReferentialSupport include ObjectidSupport |
