diff options
author | Bob Remeika <bob.remeika@gmail.com> | 2009-10-07 23:21:30 -0700 |
---|---|---|
committer | Stefan Penner <stefan.penner@gmail.com> | 2010-01-27 12:44:29 -0600 |
commit | c1ce17a5f428dc48711299cfd5851798f1018a33 (patch) | |
tree | 0d93a6925a85b433fe80350486c3ab4d31d625ca /actionpack/lib | |
parent | 081e057b174620993bdf4e534f5aba3fe266e88e (diff) | |
download | rails-c1ce17a5f428dc48711299cfd5851798f1018a33.tar.gz rails-c1ce17a5f428dc48711299cfd5851798f1018a33.tar.bz2 rails-c1ce17a5f428dc48711299cfd5851798f1018a33.zip |
Changed observe_field to field_observer
Diffstat (limited to 'actionpack/lib')
-rw-r--r-- | actionpack/lib/action_view/helpers/ajax_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/ajax_helper.rb b/actionpack/lib/action_view/helpers/ajax_helper.rb index 246ad10371..f4da540f42 100644 --- a/actionpack/lib/action_view/helpers/ajax_helper.rb +++ b/actionpack/lib/action_view/helpers/ajax_helper.rb @@ -79,7 +79,7 @@ module ActionView options[:name] = name <<-SCRIPT - <script type="application/json" data-js-type="observe_field"> + <script type="application/json" data-js-type="field_observer"> //<![CDATA[ #{options.to_json} // ]]> |