Sha256: 019ae735dc4bef787ba9fbd7219b4c758efb5bf7c2c035d42154f7770ac52b0e
Contents?: true
Size: 506 Bytes
Versions: 3
Compression:
Stored size: 506 Bytes
Contents
module Coroutine #:nodoc: module ActionView #:nodoc: module Helpers #:nodoc: module PrototypeHelper #:nodoc: # This method builds a delayed form observer using the exact same # arguments as the built-in Rails helper <tt>observe_form</tt>. # def delayed_observe_form(form_id, options={}) build_observer "Form.DelayedObserver", form_id, options end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems