看板 Ruby 關於我們 聯絡資訊
小弟我想要用一個Tree狀的選單來當Main Menu,Model方面: class Category < ActiveRecord::Base hobo_model fields do parent_id :integer code :string name :string columns :string timestamps end acts_as_tree :order => "code" end 不知道各位先進是否知道有現成的Tree View Component能夠和acts_as_tree 無縫結合的元件,謝謝 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 116.59.49.237