diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-09-11 08:40:46 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-09-11 08:40:46 +0000 |
commit | 2be3c00863c126f6982d3909a6d792a4a9a25ea6 (patch) | |
tree | b581d5d2ef69c846b20d4cc7334978fb8369a2cc /actionpack/lib | |
parent | a15068726f4f63fbdf830da2be8560f1b99f5d9d (diff) | |
download | rails-2be3c00863c126f6982d3909a6d792a4a9a25ea6.tar.gz rails-2be3c00863c126f6982d3909a6d792a4a9a25ea6.tar.bz2 rails-2be3c00863c126f6982d3909a6d792a4a9a25ea6.zip |
Split macros test into their own suite
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2194 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/lib')
-rw-r--r-- | actionpack/lib/action_view/helpers/java_script_macros_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/java_script_macros_helper.rb b/actionpack/lib/action_view/helpers/java_script_macros_helper.rb index 1d24b8e6d4..8c67edd645 100644 --- a/actionpack/lib/action_view/helpers/java_script_macros_helper.rb +++ b/actionpack/lib/action_view/helpers/java_script_macros_helper.rb @@ -6,7 +6,7 @@ module ActionView # larger units. These macros also rely on counter parts in the controller that provides them with their backing. The in-place # editing relies on ActionController::Base.in_place_edit_for and the auto completion relies on # ActionController::Base.auto_complete_for. - module JavaScriptMacroHelper + module JavaScriptMacrosHelper # Makes an HTML element specified by the DOM ID +field_id+ become an in-place # editor of a property. # |