demarches-normaliennes/app/models/quartier_prioritaire.rb
2018-03-06 17:18:44 +01:00

7 lines
149 B
Ruby

class QuartierPrioritaire < ApplicationRecord
belongs_to :dossier, touch: true
def geometry
JSON.parse(read_attribute(:geometry))
end
end