caring / gibberish_db

Store translation strings in the database allowing you to update text without requiring a code deploy.

This URL has Read+Write access

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