Browse Source

verify Fixed rails' json test

Mike Smith 11 years ago
parent
commit
0f87c5962a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rails/app/controllers/hello_world_controller.rb

+ 1 - 1
rails/app/controllers/hello_world_controller.rb

@@ -1,7 +1,7 @@
 class HelloWorldController < ApplicationController
 
   def json
-    render :json => {:message => "Hello World!"}
+    render :json => {:message => "Hello, World!"}
   end
 
   def db