Methods
N
T
Class Public methods
new(controller, resources, options={})
# File actionpack/test/controller/mime_responds_test.rb, line 1161
def initialize(controller, resources, options={})
  super
end
Instance Public methods
to_html()
# File actionpack/test/controller/mime_responds_test.rb, line 1165
def to_html
  controller.flash[:notice] = 'Success'
  super
end