public
Description: Store translation strings in the database allowing you to update text without requiring a code deploy.
Clone URL: git://github.com/caring/gibberish_db.git
dustin (author)
Thu Apr 24 13:04:40 -0700 2008
dustin (committer)
Thu Apr 24 13:06:34 -0700 2008
gibberish_db / init.rb
100644 6 lines (5 sloc) 0.154 kb
1
2
3
4
5
6
require 'gibberish_db'
require 'gibberish_db/gibberish_helper'
 
ActionController::Base.send :after_filter do
  Gibberish::Localize::reset_translations
end