search for: parentable_typ

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

Did you mean: parentable_type
2010 May 25
2
Site Navigation With Polymorphic Has Many Through
...t", :null => false t.datetime "updated_at", :null => false end create_table "menu_items", :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 &qu...