diff options
Diffstat (limited to 'app/models/question_content_email.rb')
-rw-r--r-- | app/models/question_content_email.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/models/question_content_email.rb b/app/models/question_content_email.rb index 6e70388..f10fcc1 100644 --- a/app/models/question_content_email.rb +++ b/app/models/question_content_email.rb @@ -1,4 +1,9 @@ require 'permissions/inherit.rb' +# TODO: all QuestionContents in one table(?) +# TODO: use standard serialization, not custom one (?) +# To answer question with QuestionContentEmail user should send to application +# email meeting specified requirements (recruits can't see requirements), they +# should learn them from question description and documentation. class QuestionContentEmail < ActiveRecord::Base hobo_model # Don't put anything above this |