1module Archived
 
2  class << self
 
3    def table_name_prefix
 
4      "archived_"
 
5    end
 
6  end
 
7end