From 8d8c07371f2a428f20566bc7766a304c6ca93aa6 Mon Sep 17 00:00:00 2001 From: Karina Kwiatek Date: Mon, 18 Jul 2022 23:16:02 +0200 Subject: [PATCH] Remove FAQ action This was removed a while ago --- app/controllers/about_controller.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/controllers/about_controller.rb b/app/controllers/about_controller.rb index 404a497c..b957e445 100644 --- a/app/controllers/about_controller.rb +++ b/app/controllers/about_controller.rb @@ -23,8 +23,6 @@ class AboutController < ApplicationController @smiles = Appendable::Reaction.count end - def faq; end - def privacy_policy; end def terms; end