Created by: dmshvetsov
The changes adds support for one level namespace of models. For example Catalog::Product
or Blog::Post
and Blog::Comment
. Now generators, controllers, views and dashboards work with namespaced models.
I feel that attribute name require some abstraction because knowledge about that attributes can have '/' spread through whole the codebase. But this is a big changes and I feel that need to show the approach and get feedback.
Thanks.