Sha256: 7baa1b383bbdc0c3cc338c54263d2c235af7ae8c4a12fbe83dd38a46f42c7a69
Contents?: true
Size: 221 Bytes
Versions: 1
Compression:
Stored size: 221 Bytes
Contents
module CustomReport class ReportCheckItem < ActiveRecord::Base attr_accessible :custom_report_id, :item_id belongs_to :report validates_presence_of :report_id validates_presence_of :item_id end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
custom_report-0.0.1 | app/models/custom_report/report_check_item.rb |