Phoenix has an awesome module - Naming
Phoenix.Naming.camelize/1
- convert "any_like_that" into "AnyLikeThat".
Or it might be useful here
Phoenix.Naming.humanize(:created_at)
-> "Created at"
Phoenix has an awesome module - Naming
Phoenix.Naming.camelize/1
- convert "any_like_that" into "AnyLikeThat".
Or it might be useful here
Phoenix.Naming.humanize(:created_at)
-> "Created at"