View Source Beacon.Plug (Beacon v0.3.3)
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