aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/chouette/connection_link.rb
diff options
context:
space:
mode:
authorXinhui2017-11-21 16:34:16 +0100
committerXinhui2017-11-28 12:18:26 +0100
commit3a9cc46e7cf705df7cdb8fb7c19daa8165ead33d (patch)
treef654b07785e6da230719b1de65d001bc35e79b25 /app/models/chouette/connection_link.rb
parent8aa230271ec6f0cd578e479c42d95418cb9408c3 (diff)
downloadchouette-core-3a9cc46e7cf705df7cdb8fb7c19daa8165ead33d.tar.bz2
Add paper_trail to models
Diffstat (limited to 'app/models/chouette/connection_link.rb')
-rw-r--r--app/models/chouette/connection_link.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/models/chouette/connection_link.rb b/app/models/chouette/connection_link.rb
index d19b53974..d5ddc606a 100644
--- a/app/models/chouette/connection_link.rb
+++ b/app/models/chouette/connection_link.rb
@@ -1,5 +1,6 @@
module Chouette
class ConnectionLink < Chouette::TridentActiveRecord
+ has_paper_trail
include ObjectidSupport
include ConnectionLinkRestrictions
# FIXME http://jira.codehaus.org/browse/JRUBY-6358
@@ -47,4 +48,4 @@ module Chouette
end
end
-end \ No newline at end of file
+end