From 6027d376b9e68a41f9b3da5abd21087fd965c421 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 15 Oct 2005 01:10:12 +0000 Subject: Cleaned up some docs git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2598 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/helpers/application.rb | 4 ++-- railties/helpers/application_helper.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/railties/helpers/application.rb b/railties/helpers/application.rb index 87ca44126d..537de40d7e 100644 --- a/railties/helpers/application.rb +++ b/railties/helpers/application.rb @@ -1,4 +1,4 @@ -# The filters added to this controller will be run for all controllers in the application. -# Likewise will all the methods added be available for all controllers. +# 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. class ApplicationController < ActionController::Base end \ No newline at end of file diff --git a/railties/helpers/application_helper.rb b/railties/helpers/application_helper.rb index 0392b53b46..22a7940eb2 100644 --- a/railties/helpers/application_helper.rb +++ b/railties/helpers/application_helper.rb @@ -1,3 +1,3 @@ -# The methods added to this helper will be available to all templates in the application. +# Methods added to this helper will be available to all templates in the application. module ApplicationHelper end -- cgit v1.2.3