10 lines
447 B
Erlang
10 lines
447 B
Erlang
{application,phoenix_view,
|
|
[{modules,['Elixir.Phoenix.Template.UndefinedError',
|
|
'Elixir.Phoenix.View']},
|
|
{optional_applications,[phoenix_html]},
|
|
{applications,[kernel,stdlib,elixir,eex,phoenix_html,
|
|
phoenix_template]},
|
|
{description,"The view layer in Phoenix v1.0-v1.6 apps"},
|
|
{registered,[]},
|
|
{vsn,"2.0.4"}]}.
|