最佳答案
                                        
                                                                        
                                How can I write something like this to include in a template, but in Haml?
<script>
$(document).ready( function() {
$('body').addClass( 'test' );
} );
</script>
 
                                
                             
                                
                             
                                
                            