1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Rails::Engine docs should use helper method, not helpers

This commit is contained in:
Ryan Bigg 2012-02-13 15:54:21 +13:00
parent dadace4c9d
commit 46b4a26132

View file

@ -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