app/models/lato/log.rb



module Lato
  module Log
    def self.table_name_prefix
      "lato_log_"
    end
  end
end