aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/chouette/access_point.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/chouette/access_point.rb')
-rw-r--r--app/models/chouette/access_point.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/models/chouette/access_point.rb b/app/models/chouette/access_point.rb
index 43c8e1b3a..317b19b26 100644
--- a/app/models/chouette/access_point.rb
+++ b/app/models/chouette/access_point.rb
@@ -5,6 +5,8 @@ class Chouette::AccessPoint < Chouette::TridentActiveRecord
# FIXME http://jira.codehaus.org/browse/JRUBY-6358
self.primary_key = "id"
include Geokit::Mappable
+ include ProjectionFields
+
has_many :access_links, :dependent => :destroy
belongs_to :stop_area