annotate models

This commit is contained in:
Sam
2013-12-05 17:40:35 +11:00
parent 46f3261025
commit 2db3cfb16b
13 changed files with 83 additions and 33 deletions

View File

@@ -49,11 +49,10 @@ end
# last_match_at :datetime
# created_at :datetime not null
# updated_at :datetime not null
# ip_address :string
# ip_address :inet
#
# Indexes
#
# index_screened_urls_on_last_match_at (last_match_at)
# index_screened_urls_on_url (url) UNIQUE
#