DarkMatter.Namings.PhoenixNaming.resource_name

You're seeing just the function resource_name, go back to DarkMatter.Namings.PhoenixNaming module for more information.

Specs

resource_name(any()) :: String.t()

Delegates to Phoenix.Naming.resource_name/1.

Link to this function

resource_name(alias, suffix)

View Source

Specs

resource_name(any(), String.t()) :: String.t()

Delegates to Phoenix.Naming.resource_name/2.