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:
parent
dadace4c9d
commit
46b4a26132
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue