Skip to content
This repository has been archived by the owner on Oct 18, 2019. It is now read-only.

Commit

Permalink
to_json'd
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Swanson committed May 16, 2011
1 parent 441d724 commit d302d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.rb
Expand Up @@ -29,6 +29,6 @@ class NetflixItNow < Sinatra::Base
"tracked_movies" => [params[:movie_id].to_i,]
})
end
return {:success => true}
return {"success" => true}.to_json
end
end

0 comments on commit d302d08

Please sign in to comment.