diff options
| author | Michel Etienne | 2014-08-22 16:13:50 +0200 | 
|---|---|---|
| committer | Michel Etienne | 2014-08-22 16:13:50 +0200 | 
| commit | a1dcead1b2194bd643c29b3e9996b9dd522d80c5 (patch) | |
| tree | 9c81c2607c59c1eec9d98e6f9d0475c403ce8bfd /app/controllers/exports_controller.rb | |
| parent | 95aa3519c249639c7072c05dd7fc141fe53b2621 (diff) | |
| download | chouette-core-a1dcead1b2194bd643c29b3e9996b9dd522d80c5.tar.bz2 | |
show exchange states and notice for refresh on creation
Diffstat (limited to 'app/controllers/exports_controller.rb')
| -rw-r--r-- | app/controllers/exports_controller.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/controllers/exports_controller.rb b/app/controllers/exports_controller.rb index 2f14ab359..8805c8078 100644 --- a/app/controllers/exports_controller.rb +++ b/app/controllers/exports_controller.rb @@ -14,7 +14,7 @@ class ExportsController < ChouetteController    def create      create! do |success, failure|        available_exports -      success.html { redirect_to referential_exports_path(@referential) } +      success.html { flash[:notice] = I18n.t('exports.new.flash'); redirect_to referential_exports_path(@referential) }      end    end | 
