Peter Schröder hace 11 años
padre
commit
8e6d3935a7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/active_resource/json_errors.rb

+ 1 - 1
lib/active_resource/json_errors.rb

@@ -8,7 +8,7 @@ module ActiveResource
       when String
         from_string(data, save_cache)
       else
-        from_hash data, save_cache
+        from_hash(data, save_cache)
       end
     end