set instrument ID for unstructured rsvp

This commit is contained in:
Brian Smith 2014-11-15 11:33:26 -05:00
parent a46664acfe
commit 8707bb2f16
1 changed files with 1 additions and 0 deletions

View File

@ -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