Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Cleaned up some docs
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2598 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed Oct 15, 2005
1 parent 04f4ae2 commit 6027d37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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
2 changes: 1 addition & 1 deletion 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

0 comments on commit 6027d37

Please sign in to comment.