diff options
| author | Xinhui | 2017-10-25 12:23:14 +0200 | 
|---|---|---|
| committer | Xinhui | 2017-10-25 12:23:14 +0200 | 
| commit | 118d1ae0c7ed66f408c5e260126ee553feda57a4 (patch) | |
| tree | 2a638dadab61a96b60b1f5702014457efcf0ada4 /app/controllers/line_footnotes_controller.rb | |
| parent | a83fbdaab1c9a6c73badf3e25dcfab8701d555b5 (diff) | |
| download | chouette-core-118d1ae0c7ed66f408c5e260126ee553feda57a4.tar.bz2 | |
Remove method build_breadcrumb
Diffstat (limited to 'app/controllers/line_footnotes_controller.rb')
| -rw-r--r-- | app/controllers/line_footnotes_controller.rb | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/app/controllers/line_footnotes_controller.rb b/app/controllers/line_footnotes_controller.rb index 581c921e8..2d4d10064 100644 --- a/app/controllers/line_footnotes_controller.rb +++ b/app/controllers/line_footnotes_controller.rb @@ -5,12 +5,6 @@ class LineFootnotesController < ChouetteController    before_action :authorize_resource, only: [:destroy_footnote, :edit_footnote, :show_footnote, :update_footnote]    before_action :authorize_resource_class, only: [:create_footnote, :index_footnote, :new_footnote] -  def edit -    edit! do -      build_breadcrumb :edit -    end -  end -    def update      update! do |success, failure|        success.html { redirect_to referential_line_footnotes_path(@referential, @line) , notice: t('notice.footnotes.updated') } | 
