Skip to content

Commit

Permalink
Rails 2.2 compatible. Thanks, those who submitted me the fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bleigh committed Nov 5, 2008
1 parent c219287 commit fb276ef
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/uberkit/forms/builder.rb
Expand Up @@ -49,5 +49,13 @@ def fieldset(legend=nil,&block)
concat("</fieldset>",block.binding)
end

def output_buffer
@template.output_buffer
end

def output_buffer=(buf)
@template.output_buffer = buf
end

def is_haml?; false end
end

0 comments on commit fb276ef

Please sign in to comment.