birarda / logan

ruby gem to communicate with new Basecamp API
MIT License
16 stars 19 forks source link

Allow creation of unassigned Todos #10

Closed rbushell closed 10 years ago

rbushell commented 10 years ago

Hi,

If you try to create a todo record without setting the assignee field, bad things happen (nil reference). This fixes that & lets you create a todo without assigning it.

Cheers,

Rick