ashmckenzie / highlander

Project Highlander
8 stars 8 forks source link

Created bounties and leaderboard controllers Api #41

Open jdunwoody opened 10 years ago

jdunwoody commented 10 years ago

Two API endpoints for getting a JSON dump of the Leaderboard (of Users) and Bounties. Note that the is already a route /api/bounty (create). This shouldn't be a problem.

Also, because of my data, I needed to put some guard code around the better_time call to handle no claimed_at attribute.

These controllers are "test free"... hope that's ok.