diff options
| author | Xinhui | 2017-06-16 12:20:55 +0200 | 
|---|---|---|
| committer | Xinhui | 2017-06-16 12:21:15 +0200 | 
| commit | f862664da731aaa9c7377fc9afc054ba8a033867 (patch) | |
| tree | ceb5f8a9e9a8e2ceae1161e15081ed25daba787f /app/controllers/referentials_controller.rb | |
| parent | ec35d1614555621a23b6688839ce2b223126e851 (diff) | |
| download | chouette-core-f862664da731aaa9c7377fc9afc054ba8a033867.tar.bz2 | |
Add auto assign of slug and prefix for referential#create
Refs #3657
Diffstat (limited to 'app/controllers/referentials_controller.rb')
| -rw-r--r-- | app/controllers/referentials_controller.rb | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/app/controllers/referentials_controller.rb b/app/controllers/referentials_controller.rb index 6401676fa..aa5b359da 100644 --- a/app/controllers/referentials_controller.rb +++ b/app/controllers/referentials_controller.rb @@ -74,7 +74,6 @@ class ReferentialsController < BreadcrumbController    alias_method :current_referential, :referential    helper_method :current_referential -    def resource      @referential ||= current_organisation.find_referential(params[:id])    end | 
