views:

34

answers:

1

link_to_remate hos an :href option to unobtrusively add regular links just in case javascript is disabled.

does remote_form_for have something like that

A: 

The documentation for form_remote_tag explains how to do this:

A "fall-through" target for browsers that doesn‘t do JavaScript can be specified with the :action/:method options on :html.

Awgy