annotations

This commit is contained in:
Sam
2015-02-04 16:34:25 +11:00
parent c150c55e2d
commit 21402d9d9e
5 changed files with 30 additions and 13 deletions

View File

@ -84,3 +84,16 @@ class ApplicationRequest < ActiveRecord::Base
end
# == Schema Information
#
# Table name: application_requests
#
# id :integer not null, primary key
# date :date not null
# req_type :integer not null
# count :integer default(0), not null
#
# Indexes
#
# index_application_requests_on_date_and_req_type (date,req_type) UNIQUE
#