diff options
| author | Robert | 2017-12-07 11:01:43 +0100 |
|---|---|---|
| committer | Robert | 2017-12-14 15:34:46 +0100 |
| commit | 16d66dd5df93a11604ba29ea563fb7005b61367b (patch) | |
| tree | 412ca07f0d4b4efb73c8043a67c8d9bfb7606ac6 /app/models | |
| parent | d157011c12b20cedbe4501c4d228ebcdac3647bc (diff) | |
| download | chouette-core-16d66dd5df93a11604ba29ea563fb7005b61367b.tar.bz2 | |
Refs #5006; CR pass I
Diffstat (limited to 'app/models')
| -rw-r--r-- | app/models/organisation.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/organisation.rb b/app/models/organisation.rb index 0dab1fc16..4343c87af 100644 --- a/app/models/organisation.rb +++ b/app/models/organisation.rb @@ -72,7 +72,7 @@ class Organisation < ActiveRecord::Base end def lines_set - STIF::CodifLineId.lines_set_from_functional_scope( functional_scope ) + STIF::CodifligneLineId.lines_set_from_functional_scope( functional_scope ) end end |
