module Gatehouse # Base functionality for Gatehouse controllers. class Controller < ActionController::Base end end