From f384622a20bfa701b5bce9582ce58d8235ed0185 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 5 Jul 2006 01:06:51 +0000 Subject: [PATCH] Doc fixes git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4538 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- .../helpers/java_script_macros_helper.rb | 79 +++++++++---------- .../lib/active_record/associations.rb | 6 +- 2 files changed, 42 insertions(+), 43 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 e9b5b0081b673..c2fd5d4370b49 100644 --- a/actionpack/lib/action_view/helpers/java_script_macros_helper.rb +++ b/actionpack/lib/action_view/helpers/java_script_macros_helper.rb @@ -27,7 +27,6 @@ module JavaScriptMacrosHelper # :url:: Specifies the url where the updated value should # be sent after the user presses "ok". # - # # Addtional +options+ are: # :rows:: Number of rows (more than 1 will use a TEXTAREA) # :cols:: Number of characters the text input should span (works for both INPUT and TEXTAREA) @@ -79,11 +78,11 @@ def in_place_editor_field(object, method, tag_options = {}, in_place_editor_opti # Adds AJAX autocomplete functionality to the text input field with the # DOM ID specified by +field_id+. # - # This function expects that the called action returns a HTML