Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #264 from jrjohnson/instructional-notes
Browse files Browse the repository at this point in the history
Add instructionalNotes to session
  • Loading branch information
stopfstedt authored Aug 3, 2018
2 parents e94fe08 + 01e777c commit f967379
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addon/models/session.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export default Model.extend(PublishableModel, CategorizableModel, SortableByPosi
equipmentRequired: attr('boolean'),
supplemental: attr('boolean'),
attendanceRequired: attr('boolean'),
instructionalNotes: attr('string'),
updatedAt: attr('date'),
sessionType: belongsTo('session-type', { async: true }),
course: belongsTo('course', { async: true }),
Expand Down

0 comments on commit f967379

Please sign in to comment.