Displaying 1 result from an estimated 1 matches for "checkbox_select".
2009 Jan 15
4
HABTM and Check Boxes (Yet Another thread on this)....
...pdated.''
redirect_to :action => ''customers''
else
flash[:notice] = ''Something went wrong,please review your
data''
redirect_to :action => ''customers''
end
end
and the view
<%= checkbox_select(''customer'', ''categories'', @categories, ''name'') %>
As you can see, i''m using the Checkbox select rails plugin (
http://scoop.cheerfactory.co.uk/2007/11/05/checkbox-select-rails-plugin/
).
I''ve already tried the version in t...