Current section

Files

Jump to
phoenix_custom_generators priv templates phoenix_custom_generators.gen.html view.ex
Raw

priv/templates/phoenix_custom_generators.gen.html/view.ex

defmodule <%= inspect context.web_module %>.<%= inspect Module.concat(schema.web_namespace, schema.alias) %>View do
use <%= inspect context.web_module %>, :view
end