module Loaf module Translation def set_title! namespace = controller.controller_path.gsub("/", ".") action = controller.action_name i18n_options = { } I18n.t(title, i18n_options) end end end # Loaf