Skip to content

Instantly share code, notes, and snippets.

@yohfee
Created June 23, 2010 01:30
Show Gist options
  • Save yohfee/449352 to your computer and use it in GitHub Desktop.
Save yohfee/449352 to your computer and use it in GitHub Desktop.
<%# app/views/hoge_mailer/hoge.erb %>
<%=h _('ほげ') %>
#app/helpers/hoge_helper.rb
module HogeHelper
include GetText
end
#app/models/hoge_mailer.rb
class HogeMailer < ActionMailer::Base
helper HogeHelper
#省略
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment