I was wondering, what is the best way to change the \"current\" class to be \"active\" so Bootstrap will work correctly with it?
I thought about copying and overridi
You can pass it like that:
{{ knp_menu_render('AcmeDemoBundle:Builder:mainMenu', {'currentClass': 'active'}) }}