diff options
author | Akira Matsuda <ronnie@dio.jp> | 2011-04-03 16:59:37 +0900 |
---|---|---|
committer | Akira Matsuda <ronnie@dio.jp> | 2011-04-03 16:59:37 +0900 |
commit | 9bf5cddd2835ba4f5d5597f421acf8c9f7385c3b (patch) | |
tree | f78ef9658c3070b1e5ab25aa88f4352e6794767f /railties/guides/source/action_view_overview.textile | |
parent | bd3cdeea354ebff97b0d5102a0857ce85eedcfa4 (diff) | |
download | rails-9bf5cddd2835ba4f5d5597f421acf8c9f7385c3b.tar.gz rails-9bf5cddd2835ba4f5d5597f421acf8c9f7385c3b.tar.bz2 rails-9bf5cddd2835ba4f5d5597f421acf8c9f7385c3b.zip |
s/ERb/ERB/g (part II)
Diffstat (limited to 'railties/guides/source/action_view_overview.textile')
-rw-r--r-- | railties/guides/source/action_view_overview.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/action_view_overview.textile b/railties/guides/source/action_view_overview.textile index cfd71ad287..d0b3ee6bfc 100644 --- a/railties/guides/source/action_view_overview.textile +++ b/railties/guides/source/action_view_overview.textile @@ -1295,7 +1295,7 @@ end h5. update_page_tag -Works like update_page but wraps the generated JavaScript in a +script+ tag. Use this to include generated JavaScript in an ERb template. +Works like update_page but wraps the generated JavaScript in a +script+ tag. Use this to include generated JavaScript in an ERB template. h4. PrototypeHelper::JavaScriptGenerator::GeneratorMethods |