10 11 12
# File 'app/models/menu.rb', line 10 def name I18n.t("fullstack.cms.menus.#{uid}", :default => uid.to_s.humanize) end