phoenix_gon_fork v0.5.1 PhoenixGon.Controller View Source
Adds helpers for working with gon on elixir controller modules.
Link to this section Summary
Link to this section Functions
Returns variable.
Link to this function
put_gon(conn, key, value)
View Sourceput_gon(Plug.Conn.t(), Atom.t(), any()) :: Plug.Conn.t()
Put variables to gon.
Link to this function
update_gon(conn, key, value)
View Sourceupdate_gon(Plug.Conn.t(), Atom.t(), any()) :: Plug.Conn.t()
Update variables in gon.