Explorar o código

verify Fixed rails-stripped's json test

Mike Smith %!s(int64=11) %!d(string=hai) anos
pai
achega
88f977b253
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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