Rails version of create_mofiles. This sets mo_root “./locale” then call original create_mofiles.
# File lib/gettext_rails/tools.rb, line 19 19: def create_mofiles(options = {}) 20: opts = {:verbose => true, :mo_root => "./locale"} 21: create_mofiles_org(opts) 22: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.