# Copyright (C) 2018 Colin Darie , 2018 Evolix # License: GNU AGPL-3+ (see full text in LICENSE file) class PagesController < ApplicationController def home redirect_to checks_path if user_signed_in? end end