annotate models

This commit is contained in:
Sam
2016-02-23 10:33:53 +11:00
parent cab5dd09d3
commit 32c681c96b
44 changed files with 166 additions and 133 deletions

View File

@ -42,8 +42,8 @@ end
# Table name: screened_urls
#
# id :integer not null, primary key
# url :string(255) not null
# domain :string(255) not null
# url :string not null
# domain :string not null
# action_type :integer not null
# match_count :integer default(0), not null
# last_match_at :datetime