search for: aud_search

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

Did you mean: ads_search
2008 May 29
5
f.checkbox?
...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 %>[/code] and I want to be able to somehow get these methods in the event model to return either true or false depending on the checkboxes so I can use them in...