scrivener_html v1.8.1 Scrivener.HTML.Default View Source
Link to this section Summary
Functions
Default path function when none provided. Used when automatic path function resolution cannot be performed
Link to this section Functions
Link to this function
path(conn, action, opts \\ []) View Source
Default path function when none provided. Used when automatic path function resolution cannot be performed.
iex> Scrivener.HTML.Default.path(%Plug.Conn{}, :index, page: 4)
"?page=4"