Closed Castone22 closed 5 years ago
oz currently does not gracefully handle pages that have been namespaced. This is a proposed fix to that
Use Case:
#!~ public_site.rb module PublicSite end #!~ public_site/home_page.rb module PublicSite class HomePage < BasePage end end
This allows for pages to be organized into packages and keeps the name space a lot cleaner.
oz currently does not gracefully handle pages that have been namespaced. This is a proposed fix to that
Use Case:
This allows for pages to be organized into packages and keeps the name space a lot cleaner.