Current section

Files

Jump to
shopifex lib shopifex_web views page_view.ex
Raw

lib/shopifex_web/views/page_view.ex

defmodule ShopifexWeb.PageView do
use ShopifexWeb, :view
def shop_url(%Plug.Conn{} = conn) do
conn
|> Shopifex.Plug.current_shop()
|> Shopifex.Shops.get_url()
end
end