thoughtbot / ios-on-rails

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

Remove extra comma from routes file #52

Closed edwardloveall closed 10 years ago

edwardloveall commented 10 years ago

Super small extra comma in the routes file.

Fun fact: It actually doesn't cause an error which I was surprised at. Apparently ruby just ignores the extra comma at the end of an array. It won't ignore two though.

jessieay commented 10 years ago

Merged 8b05af4a75135d39972ea149b1b1a0c28d4667f8

Thanks for the PR!