Added privacy policy.

This commit is contained in:
Logan Fick
2017-10-31 20:53:56 -04:00
parent d70df0deef
commit 553b373d5e
3 changed files with 45 additions and 0 deletions

View File

@@ -39,4 +39,7 @@ class StaticsController < ApplicationController
@players.sort_by!(&:role).reverse!
end
end
def privacy
end
end