我的「動物」模型的結構爲這樣 ---------------------------
animal | animal group
---------------------------
Boxer | dog
Pomeranian | dog
Whale | fish
我試圖用簡單的形式(軌道4)創建與optgroups通過「動物羣」羣他們一個選擇框。我會如何去做這件事? 我已
應用程序/模型/ encounter.rb class Encounter < ActiveRecord::Base
has_many: orders
end
應用程序/模型/ order.rb class Order < ActiveRecord::Base
belongs_to :encounter
has_many :order_tests
ha