From ff4f90c81ad00241040c0c2ae2be1b937abfa063 Mon Sep 17 00:00:00 2001 From: Michael Koziarski Date: Mon, 15 Oct 2007 08:59:48 +0000 Subject: Simple changes to bring AWS up to date with view_paths and render :text. Tests still fail though. [Koz] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7916 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionwebservice/test/scaffolded_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionwebservice/test/scaffolded_controller_test.rb') diff --git a/actionwebservice/test/scaffolded_controller_test.rb b/actionwebservice/test/scaffolded_controller_test.rb index db73be17e3..722007cc99 100644 --- a/actionwebservice/test/scaffolded_controller_test.rb +++ b/actionwebservice/test/scaffolded_controller_test.rb @@ -5,7 +5,7 @@ ActionController::Routing::Routes.draw do |map| map.connect ':controller/:action/:id' end -ActionController::Base.view_load_paths = [ '.' ] +ActionController::Base.view_paths = [ '.' ] class ScaffoldPerson < ActionWebService::Struct member :id, :int -- cgit v1.2.3