Want to populate a select box with just the items you HAVEN'T associated?
@post = Post.find(params[id]) @categories = Category.find(:all) - @post.categories
Popularity: 4% [?]
Oct11
Want to populate a select box with just the items you HAVEN'T associated?
@post = Post.find(params[id]) @categories = Category.find(:all) - @post.categories
Popularity: 4% [?]