public
Description: response for lets you decorate your actions respond_to blocks
Homepage: http://blog.ardes.com/response_for
Clone URL: git://github.com/ianwhite/response_for.git
Click here to lend your support to: response_for and make a donation at www.pledgie.com !
Made pick_template_spec ompatibale with 2.1-stable
ianwhite (author)
Sat Sep 13 20:08:07 -0700 2008
commit  780f45b31f0ce1d6ec78783ed961b06e27cd5a97
tree    5eff1cc5bc686b630033e09c42a65e5791947b2c
parent  3b1ae5e4eecda3b200177a804eeae3f9d5ba10ab
...
3
4
5
6
 
7
8
9
...
3
4
5
 
6
7
8
9
0
@@ -3,7 +3,7 @@ require File.expand_path(File.join(File.dirname(__FILE__), '../spec_helper'))
0
 module PickTemplateSpec
0
   # example setup
0
   class TemplateOnlyController < ActionController::Base
0
-    self.view_paths << File.join(File.dirname(__FILE__), '../fixtures/views')
0
+    self.view_paths = [File.join(File.dirname(__FILE__), '../fixtures/views')]
0
   end
0
 
0
   class RespondToTypesController < TemplateOnlyController

Comments