module Effective class Log < ActiveRecord::Base self.table_name = EffectiveLogging.logs_table_name.to_s effective_logging_log end end