diff options
| author | Xinhui | 2017-11-22 14:34:05 +0100 | 
|---|---|---|
| committer | Xinhui | 2017-11-28 12:21:03 +0100 | 
| commit | 4792a04f83f5a52757092e5b66f6d27f658c3c6b (patch) | |
| tree | 4ec705370cf3c246ebad4ceed66106f176eae42c /app/controllers/line_footnotes_controller.rb | |
| parent | 1e54a61308a8bbb9ad9d63341a4c9d817f414026 (diff) | |
| download | chouette-core-4792a04f83f5a52757092e5b66f6d27f658c3c6b.tar.bz2 | |
Refactoring move referentialSupport from chouetteController into childrens
Diffstat (limited to 'app/controllers/line_footnotes_controller.rb')
| -rw-r--r-- | app/controllers/line_footnotes_controller.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/app/controllers/line_footnotes_controller.rb b/app/controllers/line_footnotes_controller.rb index 2d4d10064..1fe677a39 100644 --- a/app/controllers/line_footnotes_controller.rb +++ b/app/controllers/line_footnotes_controller.rb @@ -1,4 +1,5 @@  class LineFootnotesController < ChouetteController +  include ReferentialSupport    defaults resource_class: Chouette::Line, collection_name: 'lines', instance_name: 'line'    belongs_to :referential | 
