search for: stream_search

Displaying 1 result from an estimated 1 matches for "stream_search".

2008 May 29
5
f.checkbox?
...on whether or not a box is checked. I have no idea how to do this, I''ve only used checkboxes with a database before, and I don''t want to use columns in a database for this. This is my setup so far: in search view: [code=]<% form_for :event do |f| %> <label for="stream_search">Search Streams</label> <%= f.check_box :search_streams, {:class=> "check"} %><br /> <label for="aud_search">Search Audiences</label> <%= f.check_box :search_auds, {:class=> "check"} %> <br /> <% end %>[/c...