Return to Snippet

Revision: 3160
at June 11, 2007 04:07 by bordalix


Initial Code
@post = Post.find(params[id])
@categories = Category.find(:all) - @post.categories

Initial URL

                                

Initial Description

                                

Initial Title
Want to populate a select box with just the items you HAVEN’T associated?

Initial Tags

                                

Initial Language
Rails