From 46b4a261327b0725dc4e52593c9b05ce6e96aeb6 Mon Sep 17 00:00:00 2001 From: Ryan Bigg Date: Mon, 13 Feb 2012 15:54:21 +1300 Subject: Rails::Engine docs should use helper method, not helpers --- railties/lib/rails/engine.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties') diff --git a/railties/lib/rails/engine.rb b/railties/lib/rails/engine.rb index 77a68eb7f1..ca7f31e05a 100644 --- a/railties/lib/rails/engine.rb +++ b/railties/lib/rails/engine.rb @@ -300,7 +300,7 @@ module Rails # helper MyEngine::SharedEngineHelper # end # - # If you want to include all of the engine's helpers, you can use #helpers method on an engine's + # If you want to include all of the engine's helpers, you can use #helper method on an engine's # instance: # # class ApplicationController < ActionController::Base -- cgit v1.2.3