diff options
Diffstat (limited to 'shardweb/lib/shard_web.ex')
-rw-r--r-- | shardweb/lib/shard_web.ex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shardweb/lib/shard_web.ex b/shardweb/lib/shard_web.ex index 5192806..049da29 100644 --- a/shardweb/lib/shard_web.ex +++ b/shardweb/lib/shard_web.ex @@ -20,6 +20,7 @@ defmodule ShardWeb do def controller do quote do use Phoenix.Controller, namespace: ShardWeb + import PhoenixGon.Controller import Plug.Conn import ShardWeb.Router.Helpers import ShardWeb.Gettext @@ -37,6 +38,8 @@ defmodule ShardWeb do # Use all HTML functionality (forms, tags, etc) use Phoenix.HTML + import PhoenixGon.View + import ShardWeb.Router.Helpers import ShardWeb.ErrorHelpers import ShardWeb.Gettext |