This commit is contained in:
Nicolas Bally 2016-05-26 00:59:26 +02:00
parent 03ff0980aa
commit 7dbbd1d47e

View File

@ -3,9 +3,11 @@ class ContactController < ApplicationController
layout "public" layout "public"
def new def new
@lang = LangSite.first
end end
def create def create
@lang = LangSite.first
@params = params @params = params
DemandeMail.prise(@params).deliver DemandeMail.prise(@params).deliver
end end