Skip to content

Instantly share code, notes, and snippets.

@liangzan
Created September 8, 2010 23:44
Show Gist options
  • Save liangzan/571069 to your computer and use it in GitHub Desktop.
Save liangzan/571069 to your computer and use it in GitHub Desktop.
# actionpack/lib/action_view/base.rb
module ActionView
class Base
...
attr_accessor :output_buffer
...
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment