aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/test
diff options
context:
space:
mode:
authorMichael Koziarski <michael@koziarski.com>2007-10-15 08:59:48 +0000
committerMichael Koziarski <michael@koziarski.com>2007-10-15 08:59:48 +0000
commitff4f90c81ad00241040c0c2ae2be1b937abfa063 (patch)
tree3157ea8127e278ed2990fddc450e610de98c2f96 /actionwebservice/test
parent3397d971ffbeb3870d4223fabcb85cd97a9d79a9 (diff)
downloadrails-ff4f90c81ad00241040c0c2ae2be1b937abfa063.tar.gz
rails-ff4f90c81ad00241040c0c2ae2be1b937abfa063.tar.bz2
rails-ff4f90c81ad00241040c0c2ae2be1b937abfa063.zip
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
Diffstat (limited to 'actionwebservice/test')
-rw-r--r--actionwebservice/test/scaffolded_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
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