diff options
Diffstat (limited to 'actionpack/lib/action_view/helpers')
-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. # |