module Translatable class Railtie < ::Rails::Railtie initializer "translatable.initialize" do ActiveRecord::Base.send(:include, Translatable::ActsAsTranslatable) end end end