How can I use a ruby variable in an inline javascript in haml -


मेरे पास मेरे नियंत्रक में निम्न चर है

  class MyController & lt; मेरा  haml  दृश्य में applicationController def my_method @status = "status" end end   देखें, मैंने निम्नलिखित का प्रयास किया है, लेकिन यह काम नहीं करता है (क्योंकि इसका उपयोग डिफ़ॉल्ट । एआरबी वाक्यविन्यास)  
  # ऐप / दृश्य / mycontroller / me_method.html। शाम: जावास्क्रिप्ट अलर्ट (& lt;% = raw @status% & gt;)   < P> मैं अपने इनलाइन जावा स्क्रिप्ट में  @status  चर का उपयोग कैसे कर सकता हूं, अग्रिम धन्यवाद   

संभव समाधान: <% = raw @status% & gt; / प्री>

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -