module ApplicationHelper

def translate_with_default(name)

def translate_with_default(name)
  t(name.underscore.downcase, default: name)
end