Skip to content

Instantly share code, notes, and snippets.

@shankardevy
Last active August 18, 2017 06:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shankardevy/a4b21184975dff8ee9155fab0b5fc81e to your computer and use it in GitHub Desktop.
Save shankardevy/a4b21184975dff8ee9155fab0b5fc81e to your computer and use it in GitHub Desktop.
defmodule MangoWeb.CategoryView do
use MangoWeb, :view
def title_case(name) do
name
|> String.downcase
|> String.capitalize
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment