diff options
| author | Zakaria BOUZIANE | 2015-03-10 11:48:45 +0100 |
|---|---|---|
| committer | Zakaria BOUZIANE | 2015-03-10 11:48:45 +0100 |
| commit | 8d9281dcc994ad76092b4878b26801507915f16a (patch) | |
| tree | f251279852dc6cf982459df501540585966e0478 /app/models/referential.rb | |
| parent | 05fb2b7aa8ca7d490a8960a096de7d934fffe133 (diff) | |
| download | chouette-core-8d9281dcc994ad76092b4878b26801507915f16a.tar.bz2 | |
Merging intermediate state
Diffstat (limited to 'app/models/referential.rb')
| -rw-r--r-- | app/models/referential.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/referential.rb b/app/models/referential.rb index 83cbc53fa..b20aa7477 100644 --- a/app/models/referential.rb +++ b/app/models/referential.rb @@ -29,7 +29,7 @@ class Referential < ActiveRecord::Base belongs_to :organisation validates_presence_of :organisation - attr_accessible :data_format, :name, :prefix, :projection_type, :time_zone, :upper_corner, :lower_corner, :slug, :organisation + #attr_accessible :data_format, :name, :prefix, :projection_type, :time_zone, :upper_corner, :lower_corner, :slug, :organisation def slug_excluded_values if ! slug.nil? |
