Packages

A debugging toolbar for Phoenix

Current section

Files

Jump to
phoenix_debug_bar lib phoenix_debug_bar.ex
Raw

lib/phoenix_debug_bar.ex

defmodule PhoenixDebugBar do
@moduledoc """
Documentation for `PhoenixDebugBar`.
"""
@doc """
Hello world.
## Examples
iex> PhoenixDebugBar.hello()
:world
"""
def hello do
:world
end
end