remored the trailling put and the format validation

This commit is contained in:
Tresor11
2020-07-03 21:21:09 +02:00
parent 5065f620a2
commit 3032b0ae1c
2 changed files with 1 additions and 2 deletions

View File

@@ -34,7 +34,6 @@ class FormsController < ApplicationController
end
def notification
puts ''
@form = current_user.forms.find_by!(token: params[:id])
end