diff options
| author | Edouard Maffert | 2016-06-27 16:16:52 +0200 | 
|---|---|---|
| committer | Edouard Maffert | 2016-06-27 16:16:52 +0200 | 
| commit | 985b2ab985741896daa1499d78c93e7f71a8e0c9 (patch) | |
| tree | 05dcce03048d173dc6d7beac625941a4a2db4f7b /app/controllers/line_referentials_controller.rb | |
| parent | 096a4aed7d28624a8578b568acbff5d6fbbda082 (diff) | |
| download | chouette-core-985b2ab985741896daa1499d78c93e7f71a8e0c9.tar.bz2 | |
add line_referential_sync and line_sync_operation models
Diffstat (limited to 'app/controllers/line_referentials_controller.rb')
| -rw-r--r-- | app/controllers/line_referentials_controller.rb | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/app/controllers/line_referentials_controller.rb b/app/controllers/line_referentials_controller.rb index bcc288a2c..e28019eed 100644 --- a/app/controllers/line_referentials_controller.rb +++ b/app/controllers/line_referentials_controller.rb @@ -8,4 +8,8 @@ class LineReferentialsController < BreadcrumbController      current_organisation    end +  def line_referential_params +    params.require(:line_referential).permit(:sync_interval) +  end +  end  | 
