Beacon.Plug (Beacon v0.5.0)

View Source

Used to ensure consistency for Beacon Page rendering.

This is especially important when using Page Variants.

Usage

Add the plug to your Router's :browser pipeline:

pipeline :browser do
  ...
  plug Beacon.Plug
end