Reputation: 388
I've created a search form with text field and some checkboxes. I need to exclude text field from observe_form .
= observe_form 'material_search_form', :url => list_filter_search_url, :frequency => 1, :update => {:success => 'results'}
Is there any way to do that
Upvotes: 0
Views: 164