search for: childable_class

Displaying 1 result from an estimated 1 matches for "childable_class".

2010 May 25
2
Site Navigation With Polymorphic Has Many Through
...uot;, :force => true do |t| t.integer "position", :null => false t.integer "parentable_id", :null => false t.string "parentable_type", :null => false t.integer "childable_id", :null => false t.string "childable_class", :null => false t.datetime "created_at", :null => false t.datetime "updated_at", :null => false end create_table "pages", :force => true do |t| t.datetime "created_at", :null => false t.datetime "update...