public
Rubygem
Description: The UberKit is a Rails plugin with a set of UI tools to ease common development.
Homepage: http://www.actsascommunity.com/projects/uberkit
Clone URL: git://github.com/mbleigh/uberkit.git
Rails 2.2 compatible. Thanks, those who submitted me the fixes.
mbleigh (author)
Wed Nov 05 14:45:13 -0800 2008
commit  fb276efabcd8963ec7ebb9e9b13f06eb73bd58d2
tree    1325fc5641a8f645b86a5b560d085f31f74e427c
parent  c219287abaab27727a995d82106764a982a705ca
...
49
50
51
 
 
 
 
 
 
 
 
52
53
54
...
49
50
51
52
53
54
55
56
57
58
59
60
61
62
0
@@ -49,5 +49,13 @@ class Uberkit::Forms::Builder < ActionView::Helpers::FormBuilder
0
     concat("</fieldset>",block.binding)
0
   end
0
   
0
+  def output_buffer
0
+    @template.output_buffer
0
+  end
0
+  
0
+  def output_buffer=(buf)
0
+    @template.output_buffer = buf
0
+  end
0
+  
0
   def is_haml?; false end
0
 end
0
\ No newline at end of file

Comments