summaryrefslogtreecommitdiff
path: root/app/models/email.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/email.rb')
-rw-r--r--app/models/email.rb11
1 files changed, 7 insertions, 4 deletions
diff --git a/app/models/email.rb b/app/models/email.rb
index b92c1841063..9068c2b87b6 100644
--- a/app/models/email.rb
+++ b/app/models/email.rb
@@ -2,10 +2,13 @@
#
# Table name: emails
#
-# id :integer not null, primary key
-# user_id :integer not null
-# email :string not null
-# created_at :datetime not null
+# id :integer not null, primary key
+# user_id :integer not null
+# email :string(255) not null
+# created_at :datetime
+# updated_at :datetime
+#
+
class Email < ActiveRecord::Base
attr_accessible :email, :user_id