1
有人可以幫我理解下面的語法嗎?rails 4.0解釋語法 - >關聯
class Customer < ActiveRecord::Base
has_many :orders, -> { order "date_confirmed DESC" }
end
這是什麼 - >符號之後:訂單在做什麼?我在這裏不理解這個符號?請詳細說明。
有關更多信息,請參閱http://guides.rubyonrails.org/association_basics.html。
非常感謝你分享這個。 :) – kamal