Browse Source

verify Fixed rails-stripped's json test

Mike Smith 11 years ago
parent
commit
88f977b253
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rails-stripped/app/controllers/hello_world_controller.rb

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

@@ -3,7 +3,7 @@ class HelloWorldController < ActionController::Metal
   include ActionController::Renderers::All
   include ActionController::Renderers::All
 
 
   def json
   def json
-    render :json => {:message => "Hello World!"}
+    render :json => {:message => "Hello, World!"}
   end
   end
 
 
   def db
   def db