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

@@ -102,7 +102,7 @@ end
# created_at :datetime not null
# updated_at :datetime not null
# user_id :integer
# ip_address :string
# ip_address :inet
# current_user_id :integer
#
# Indexes
@@ -111,4 +111,3 @@ end
# index_incoming_links_on_created_at_and_domain (created_at,domain)
# index_incoming_links_on_created_at_and_user_id (created_at,user_id)
#