안녕하세요, has_one 연관을 사용하여 select_box를 작동시키는 데 문제가 있습니다. 다형성 내가 가진 모델 image_element : class ImageElement < ActiveRecord::Base
belongs_to :imageable, polymorphic: true
belongs_to :image
end
모
저는 Rails 5.0.0.1 ATM을 사용하고 있습니다. DB 요청 횟수를 최적화 할 때 ActiveRecord 관계에 문제가 있습니다. 모델 A ('Order'), 모델 B ('OrderDispatches'), 모델 C ('Person') 및 모델 D ('PersonVersion'). 테이블 'people'은 'id'및 'hidden'플래그로만 구성되며
transaction_record은 workflows이 많고, 각 workflow은 많은 milestones입니다. milestones 중 하나는 current: true를 표시하고, 나는 transaction_recordcurrent_milestone받는 사람에서 가고 싶은 : 내가 원하는 milestone 반환하는 방법을 만들 수 있습니다 class T