class ContactController < ApplicationController def new end def create @params = params DemandeMail.prise(@params).deliver end end