Displaying 1 result from an estimated 1 matches for "childable_id".
2010 May 25
2
Site Navigation With Polymorphic Has Many Through
...t;, :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 "pages", :force => true do |t|
t.datetime &quo...