Skip to content

Commit

Permalink
Allow courses to activate priorization
Browse files Browse the repository at this point in the history
This should resolve #74, because that was triggered by the special case
of CEVI having priorization disabled in courses.
  • Loading branch information
carlobeltrame committed Nov 24, 2021
1 parent f237321 commit 76de145
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/cevi/event/course.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ module Cevi::Event::Course

included do
self.used_attributes += [:application_contact_id]
self.used_attributes -= [:priorization]

### ASSOCIATIONS

Expand Down

0 comments on commit 76de145

Please sign in to comment.