af83/chouette-core

View on GitHub
app/models/concerns/object_id_format.rb

Summary

Maintainability
A
0 mins
Test Coverage
module ObjectIdFormat
  def object_id_format
    self.referential.object_id_format
  end
end