Torch.PageView.body_classes

You're seeing just the function body_classes, go back to Torch.PageView module for more information.

Specs

body_classes(Plug.Conn.t()) :: String.t()

Takes the controller action name and appends it to the torch- prefix.

Example

iex> body_classes(%Plug.Conn{private: %{phoenix_action: :create}})
"torch-create"