agregamos redirect.ex y refactorizamos get_hash.ex en controller
This commit is contained in:
Binary file not shown.
Binary file not shown.
@ -1,9 +1,9 @@
|
||||
{application,phoenix_view,
|
||||
[{optional_applications,[phoenix_html]},
|
||||
[{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"},
|
||||
{modules,['Elixir.Phoenix.Template.UndefinedError',
|
||||
'Elixir.Phoenix.View']},
|
||||
{registered,[]},
|
||||
{vsn,"2.0.4"}]}.
|
||||
|
||||
Reference in New Issue
Block a user