DA
Size: a a a
DA
PT
PT
S
sucker_punch
. Rails 4.1.6, web-server passenger. Подскажите пожалуйста в чем может быть проблема и в какую сторону копать?VT
VT
S
VT
S
KO
sucker_punch
. Rails 4.1.6, web-server passenger. Подскажите пожалуйста в чем может быть проблема и в какую сторону копать?AG
NM
MI
AG
Y
Y
S
А
:has_many :b
has_many :b_without_tbd, -> { not }, class_name: 'B'
В
:belongs_to :a
belongs_to :c
scope :not_tbd, -> { joins(:c).merge C.not_tbd }
С
:has_many :b
scope :not_tbd, -> { where("c.name <> 'tbd'") }
missing from-clause entry for table 'c'
В
с таблицей С
. DS
AJ