Skip to content

railscasts/017-habtm-checkboxes-revised

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

RailsCasts Episode #17: HABTM Checkboxes

http://railscasts.com/episodes/17-habtm-checkboxes

Commands used in console

  p = Product.first
  p.category_ids
  p.category_ids = [1, 2]
  p.categories

Requires Ruby 1.9.2 or higher.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages