set instrument ID for unstructured rsvp
This commit is contained in:
parent
a46664acfe
commit
8707bb2f16
|
|
@ -86,6 +86,7 @@ module JamRuby
|
|||
rsvp_slot = RsvpSlot.new
|
||||
rsvp_slot.is_unstructured_rsvp = true
|
||||
rsvp_slot.music_session = music_session
|
||||
rsvp_slot.instrument_id = "other"
|
||||
unless rsvp_slot.save
|
||||
raise StateError, 'Unable to auto-create RSVP Slot'
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue