class WebTranslateIt::AutoFetch

Class to automatically fetch the last translations from Web Translate It for every page requested. This can be used as a rack middleware. Implementation example:

# in config/environment.rb:
config.middleware.use "WebTranslateIt::AutoFetch"