Files
rails/actionpack/test
Ben Woosley 1f89898175 Simple fix to the NoMethodError noted in #2177.
Unfortunately #respond_to?(:controller) won't work as suggested, nor will respond_to?(:params), as #controller is present and #params is delegated to #controller. #delegate makes respond_to? return true regardless whether the target responds to it.
2011-07-23 17:31:48 -07:00
..
2009-08-13 21:03:25 -05:00
2010-01-04 16:50:01 -06:00