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"
def new
@lang = LangSite.first
end
def create
@lang = LangSite.first
@params = params
DemandeMail.prise(@params).deliver
end