module BarResponder

Public Instance Methods

to_html() click to toggle source
# File test/controller_method_test.rb, line 13
def to_html
  @resource << "bar"
  super
end