Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何从我的 rails 应用程序中的电子邮件模板访问 time_ago_in_words?
You can use
def YourNotifierClass < ActionMailer::Base include ActionView::Helpers::DateHelper ... end
to include date helper.