From 7dbbd1d47e792cf0e36cd0fcb1398ac1c1d0f85d Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Thu, 26 May 2016 00:59:26 +0200 Subject: [PATCH] suite --- app/controllers/contact_controller.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/controllers/contact_controller.rb b/app/controllers/contact_controller.rb index 197a004..2078225 100644 --- a/app/controllers/contact_controller.rb +++ b/app/controllers/contact_controller.rb @@ -3,9 +3,11 @@ class ContactController < ApplicationController layout "public" def new + @lang = LangSite.first end def create + @lang = LangSite.first @params = params DemandeMail.prise(@params).deliver end