Skip to content

Instantly share code, notes, and snippets.

@jraczak
Created October 15, 2012 16:52
Show Gist options
  • Select an option

  • Save jraczak/3893573 to your computer and use it in GitHub Desktop.

Select an option

Save jraczak/3893573 to your computer and use it in GitHub Desktop.
if roomies[next_owner_index] != nil
@shared_expense.user_id = roomies[next_owner_index].id #next_owner.id
else
@shared_expense.user_id = roomies[0].id
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment