Module: Waves::Foundations

Defined in:
lib/foundations/simple.rb,
lib/foundations/default.rb

Overview

A Waves Foundation provides enough functionality to allow a Waves application to run. At the bare minimum, this means creating configuration classes in the Configurations namespace, as is done in the Simple foundation

Typically, a Foundation will include several Layers, perform any necessary configuration, and register the application with the Waves module

Defined Under Namespace

Modules: Default, Simple