Packages

Live error monitoring to watch your Phoenix app going up in flames in real time! Open source version of error aggregation services. Hooks into Elixir's Logger to provide accurate error reporting all throughout your application.

Current section

Files

Jump to
flames lib web views layout_view.ex
Raw

lib/web/views/layout_view.ex

if Code.ensure_loaded?(Phoenix.View) && Code.ensure_loaded?(Phoenix.HTML) do
defmodule Flames.LayoutView do
@moduledoc false
use Flames.Web, :view
end
else
IO.puts("Flames.LayoutView: Flames not compiled with either Phoenix.View or Phoenix.HTML!")
end