class ApplicationController < ActionController::Base def home; end def apropos; end def legal; end end