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