1
Is असाइनमेंट ब्रांच कंडीशन साइज़ हाई ’का क्या अर्थ है और इसे कैसे ठीक किया जाए?
मेरे रेल एप्लिकेशन में, मैं Rubocopसमस्याओं की जांच करने के लिए उपयोग करता हूं । आज यह मुझे इस तरह एक त्रुटि दिया: Assignment Branch Condition size for show is too high। यहाँ मेरा कोड है: def show @category = Category.friendly.find(params[:id]) @categories = Category.all @search = @category.products.approved.order(updated_at: :desc).ransack(params[:q]) @products = …