Skip to content

Latest commit

 

History

History
 
 

episode-154

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
Railscasts Episode #154: Polymorphic Association

http://railscasts.com/episodes/154

Commands

  script/generate nifty_scaffold comment content:text commentable_id:integer commentable_type:string
  rake db:migrate