Takes the controller action name and appends it to the torch- prefix.
body_classes(Plug.Conn.t()) :: String.t()
iex> body_classes(%Plug.Conn{private: %{phoenix_action: :create}}) "torch-create"