aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/exim_log_done.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/exim_log_done.rb')
-rw-r--r--app/models/exim_log_done.rb26
1 files changed, 0 insertions, 26 deletions
diff --git a/app/models/exim_log_done.rb b/app/models/exim_log_done.rb
deleted file mode 100644
index 3cedc1379..000000000
--- a/app/models/exim_log_done.rb
+++ /dev/null
@@ -1,26 +0,0 @@
-# == Schema Information
-# Schema version: 114
-#
-# Table name: exim_log_dones
-#
-# id :integer not null, primary key
-# filename :text not null
-# last_stat :datetime not null
-# created_at :datetime not null
-# updated_at :datetime not null
-#
-
-# models/exim_log_done.rb:
-# Stores that a particular exim file has been loaded in, see exim_log.rb
-#
-# Copyright (c) 2009 UK Citizens Online Democracy. All rights reserved.
-# Email: francis@mysociety.org; WWW: http://www.mysociety.org/
-#
-# $Id: exim_log_done.rb,v 1.8 2009-09-17 21:10:05 francis Exp $
-
-class EximLogDone < ActiveRecord::Base
- has_many :exim_logs
-end
-
-
-