1
0

Layout updates

This commit is contained in:
cryptogopher
2019-12-03 01:21:17 +01:00
parent e1daade54f
commit 03d3e1e262
4 changed files with 11 additions and 5 deletions

View File

@@ -47,7 +47,9 @@ class MeasurementsController < ApplicationController
end
def retake
@measurement = @measurement.dup
prepare_measurements
redirect_to project_measurements_path(@project)
end
private