diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-05-24 11:32:49 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-05-24 11:32:49 +0100 |
commit | b89fe3a3b65cad4d6cf0c044b2569e0ea8e8e163 (patch) | |
tree | eae48c2c62721fce953ec827d84d047de9081389 /app/models/purge_request.rb | |
parent | 4ea0ba482c7931f420ae32ae99531aad1fc30739 (diff) |
Further annotation corrections
Diffstat (limited to 'app/models/purge_request.rb')
-rw-r--r-- | app/models/purge_request.rb | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/app/models/purge_request.rb b/app/models/purge_request.rb index 69648d98a..48a16f9e6 100644 --- a/app/models/purge_request.rb +++ b/app/models/purge_request.rb @@ -1,3 +1,15 @@ +# == Schema Information +# Schema version: 114 +# +# Table name: purge_requests +# +# id :integer not null, primary key +# url :string(255) +# created_at :datetime not null +# model :string(255) not null +# model_id :integer not null +# + # models/purge_request.rb: # A queue of URLs to purge # @@ -38,14 +50,3 @@ end -# == Schema Information -# -# Table name: purge_requests -# -# id :integer not null, primary key -# url :string(255) -# created_at :datetime not null -# model :string(255) not null -# model_id :integer not null -# - |