Search Results

1
vote

How to get a method to detect ‘remote_form_for’ usage?

Alternately, you can use a respond_to block: def create # ... respond_to do |format| format.html # for standard requests format.js # for AJAX requests # other format …