defmodule Phoenix do use Application # See http://elixir-lang.org/docs/stable/elixir/Application.html # for more information on OTP Applications def start(_type, _args) do Phoenix.Supervisor.start_link end end