fixes hound

This commit is contained in:
Mojca Lorber 2016-08-22 15:30:27 +02:00
parent 131d0d269a
commit 75c52d20e5

View file

@ -68,12 +68,10 @@ class ExperimentsController < ApplicationController
if @experiment.save
flash[:success] = t('experiments.update.success_flash',
experiment: @experiment.name)
redirect_to :back
else
flash[:alert] = t('experiments.update.error_flash')
redirect_to :back
end
redirect_to :back
end
def archive