thoughtbot / ios-on-rails

A guide to building a Rails API and iOS app
Other
77 stars 6 forks source link

Missing started at field creating first event #37

Closed nicolo closed 10 years ago

nicolo commented 10 years ago

At the end of this section https://github.com/thoughtbot/ios-on-rails/blob/master/book/rails/creating_a_get_request.md the object is missing the required started_at in Event.create when populating the database with a test example.

jessieay commented 10 years ago

Hey @nicolo, thanks for reporting this! I am going to fix it now. For the future, submitting PRs to fix these small issues will get them fixed faster, but either way works! :)