suite
This commit is contained in:
parent
03ff0980aa
commit
7dbbd1d47e
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user