diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2015-04-11 17:57:53 -0300 |
---|---|---|
committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2015-04-11 17:57:54 -0300 |
commit | 193297abc844da71cfc8f470c593c6c7dfd03af5 (patch) | |
tree | fa4c97c272a7794ce17f61ffe846da816ac2f9ee /guides | |
parent | d21c688522e9454c023039d3c2281a4ab4f9cf1b (diff) | |
download | rails-193297abc844da71cfc8f470c593c6c7dfd03af5.tar.gz rails-193297abc844da71cfc8f470c593c6c7dfd03af5.tar.bz2 rails-193297abc844da71cfc8f470c593c6c7dfd03af5.zip |
Remove mention of super old defined_javascript_functions method [ci skip]
It was removed long ago: e358b1fce8fdcbac896dde08286be020420e843e.
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/action_view_overview.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/guides/source/action_view_overview.md b/guides/source/action_view_overview.md index e76158e259..e7f57063d5 100644 --- a/guides/source/action_view_overview.md +++ b/guides/source/action_view_overview.md @@ -1361,10 +1361,6 @@ date_field_tag "dob" Provides functionality for working with JavaScript in your views. -#### define_javascript_functions - -Includes the Action Pack JavaScript libraries inside a single `script` tag. - #### escape_javascript Escape carrier returns and single and double quotes for JavaScript segments. |