aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
Diffstat (limited to 'railties')
-rw-r--r--railties/helpers/application.rb4
-rw-r--r--railties/helpers/application_helper.rb2
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