КП
От них на хх много вакансий
Но рубистов на стажировку не видел
Size: a a a
КП
DF
AY
КП
DF
AY
DF
S
has_many :subcategories, class_name: "Category", foreign_key: "parent_id", dependent: :destroy
belongs_to :parent_category, class_name: "Category", foreign_key: "parent_id", optional: true
AY
DF
AY
DF
Ꮲ
AY
S
DF
AY
Ꮲ
def posts
Posts.where( category_id: [*self.subcategories.pluck(:id), self.id])
end
S
def posts
Posts.where( category_id: [*self.subcategories.pluck(:id), self.id])
end
Ꮲ