undo last change re: other instrument id

This commit is contained in:
Brian Smith 2014-11-15 11:59:51 -05:00
parent 12ca12f3cf
commit 118ed7c39c
1 changed files with 0 additions and 1 deletions

View File

@ -86,7 +86,6 @@ 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