Sha256: acf1ec455cb427cb307779e2a21c02477918ef512ac8fdbd4ea8395bee27015c
Contents?: true
Size: 371 Bytes
Versions: 1
Compression:
Stored size: 371 Bytes
Contents
class FollowUp < ActiveRecordShared # with these null = false lines, # there should really be validations # or remove these. # t.integer :section_id, :null => false # t.integer :enrollment_id, :null => false # t.integer :follow_up_type_id, :null => false belongs_to :section belongs_to :enrollment belongs_to :follow_up_type attr_accessor :current_user end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ccls-ccls_engine-3.11.0 | app/models/follow_up.rb |