Developers should be able to generate a new module which will also be a Rails Mountable Engine via:
bcms module bcms_name_of_module
We have updated the module generator so that it generate mountable engines. They should have dummy applications and take advantage of the fact that generated models and controllers are automated namespaced.
Developers should be able to generate a new module which will also be a Rails Mountable Engine via:
bcms module bcms_name_of_module
We have updated the module generator so that it generate mountable engines. They should have dummy applications and take advantage of the fact that generated models and controllers are automated namespaced.