Current section
Files
Jump to
Current section
Files
lib/via_controllers.ex
defmodule ViaControllers do
@moduledoc """
Documentation for `ViaControllers`.
"""
@doc """
Hello world.
## Examples
iex> ViaControllers.hello()
:world
"""
def hello do
:world
end
end