I'm trying to find more information on the EJS plugin() helper. It's my favorite feature of JMVC and I know very little about it.
Is the plugin() helper function only intended to init .Controller instances? Or can it be used to init 3rd party plugins as well? I'd like to try merging Twitter's Bootstrap UI framework with a JMVC project and wondering if I'll have to write wrappers for all the included plugins.