module PeopleResponder

Public Instance Methods

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