代码之家  ›  专栏  ›  技术社区  ›  ujh

ActionMailer的多站点支持

  •  0
  • ujh  · 技术社区  · 17 年前

    存在多站点插件( http://github.com/dasil003/rails-multisite/tree/master )允许基于不同站点查看多个文件夹。它特别允许您只覆盖站点中的某些视图,而保留其他视图不变(即其他视图不存在两次)。

    ActionMailer也有类似的功能吗?背景 ActionMailer::Base.template_root 这还不够,因为它必须是字符串,并且不允许使用数组(如 ActionController::Base.view_paths 是的)。

    1 回复  |  直到 17 年前
        1
  •  0
  •   ujh    17 年前

    我自己做的: multisite_action_mailer

    推荐文章