compatibility with new cmtool version

This commit is contained in:
2015-07-16 18:55:48 +02:00
parent 544e0b019a
commit 69ff935c9e
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ class ContactFormsController < ApplicationController
Notifier.contact_form(@contact_form.id).deliver_later
redirect_to root_path, notice: t('contact_form.submitted')
else
redirect_to go_to_path('contact', locale: I18n.locale), alert: @contact_form.errors.full_messages.join(', ')
redirect_to page_path('contact', locale: I18n.locale), alert: @contact_form.errors.full_messages.join(', ')
end
end