Tip #1 - undefined method `untranslate_all?'
Error: undefined method `untranslate_all?’ for #Class:0x24aed34 in Rails with Gettext.
Fix: Add this:
require 'gettext/rails'
to your environment.rb
Error: undefined method `untranslate_all?’ for #Class:0x24aed34 in Rails with Gettext.
Fix: Add this:
require 'gettext/rails'
to your environment.rb