update annotations

This commit is contained in:
Sam
2015-09-18 10:41:10 +10:00
parent 7468f85818
commit c1ecd6f4ce
27 changed files with 174 additions and 16 deletions

View File

@ -28,3 +28,19 @@ class StylesheetCache < ActiveRecord::Base
end
end
# == Schema Information
#
# Table name: stylesheet_cache
#
# id :integer not null, primary key
# target :string(255) not null
# digest :string(255) not null
# content :text not null
# created_at :datetime
# updated_at :datetime
#
# Indexes
#
# index_stylesheet_cache_on_target_and_digest (target,digest) UNIQUE
#