Method: ActionView::Helpers::JavaScriptElementProxy#reload
- Defined in:
- lib/action_view/helpers/prototype_helper.rb
#reload(options_for_replace = {}) ⇒ Object
725 726 727 |
# File 'lib/action_view/helpers/prototype_helper.rb', line 725 def reload( = {}) replace(.merge({ :partial => @id.to_s })) end |