module TimeCard
  def self.table_name_prefix
    'time_card_'
  end
end
