aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/abstract_controller/abstract_controller_test.rb
diff options
context:
space:
mode:
authorYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-06-15 17:32:10 -0700
committerYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-06-15 17:32:10 -0700
commit3c15cba17519e7a4acc3958662f8f3693837c179 (patch)
tree9cf370a4ac9da9eee54130633b297209fd9d02d1 /actionpack/test/abstract_controller/abstract_controller_test.rb
parent19c3495a671c364e0dc76c276efbcd9dc6914c74 (diff)
downloadrails-3c15cba17519e7a4acc3958662f8f3693837c179.tar.gz
rails-3c15cba17519e7a4acc3958662f8f3693837c179.tar.bz2
rails-3c15cba17519e7a4acc3958662f8f3693837c179.zip
Whoops, I guess we broke layouts ;)
Diffstat (limited to 'actionpack/test/abstract_controller/abstract_controller_test.rb')
-rw-r--r--actionpack/test/abstract_controller/abstract_controller_test.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/actionpack/test/abstract_controller/abstract_controller_test.rb b/actionpack/test/abstract_controller/abstract_controller_test.rb
index 05b55216c8..56ec6a6a31 100644
--- a/actionpack/test/abstract_controller/abstract_controller_test.rb
+++ b/actionpack/test/abstract_controller/abstract_controller_test.rb
@@ -136,11 +136,6 @@ module AbstractController
class WithLayouts < PrefixedViews
include Layouts
- def self.inherited(klass)
- klass._write_layout_method
- super
- end
-
private
def self.layout(formats)
begin