diff options
Diffstat (limited to 'app/models/chouette/stop_area.rb')
| -rw-r--r-- | app/models/chouette/stop_area.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/chouette/stop_area.rb b/app/models/chouette/stop_area.rb index 0735d9cae..7872581cb 100644 --- a/app/models/chouette/stop_area.rb +++ b/app/models/chouette/stop_area.rb @@ -64,7 +64,7 @@ class Chouette::StopArea < Chouette::ActiveRecord end def objectid_format - "#{self.stop_area_referential.objectid_format}_attributes_support".camelcase.constantize + "#{self.stop_area_referential.objectid_format}_attributes_support".camelcase.constantize if self.stop_area_referential.objectid_format end def coordinates |
