add mailto

This commit is contained in:
Tanguy PATTE 2015-08-25 16:33:55 +02:00
parent 12760a43d7
commit 54b4679d19
8 changed files with 34 additions and 2 deletions

View file

@ -0,0 +1,3 @@
class Admin::CommentairesController < CommentairesController
before_action :authenticate_user!
end