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