浏览代码

verify Fixed rails' json test

Mike Smith 11 年之前
父节点
当前提交
0f87c5962a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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