Class: WhittakerTech::Aeon::Engine
- Inherits:
-
Rails::Engine
- Object
- Rails::Engine
- WhittakerTech::Aeon::Engine
- Defined in:
- lib/whittaker_tech/aeon/engine.rb
Overview
Mountable, API-only Rails engine. Provides initializers that: - enforce UUID primary keys for all generated models - set the application time zone and ActiveRecord default to UTC - set +schema_format = :sql+ for faithful +structure.sql+ dumps - re-assert table_name_prefix after +isolate_namespace+ to keep models in the +wt_aeon+ PostgreSQL schema