From ffca346e4beecab11cdab0110d5137c8a4803a5c Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Mon, 16 Jul 2007 18:04:58 +0000 Subject: [PATCH] ActionItem8: minor doc work --- app/controllers/application.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/controllers/application.rb b/app/controllers/application.rb index 050aeee..21dfe60 100644 --- a/app/controllers/application.rb +++ b/app/controllers/application.rb @@ -1,5 +1,5 @@ -# Filters added to this controller will be run for all controllers in the application. -# Likewise, all the methods added will be available for all controllers. +# This is the application's main controller. Features defined here are +# available in all controllers. class ApplicationController < ActionController::Base before_filter :detect_stuff_by_domain -- libgit2 0.21.2