Methods
F
I
Instance Public methods
formatted()
# File actionpack/test/abstract/abstract_controller_test.rb, line 129
def formatted
  self.formats = [:html]
  render
end
index()
# File actionpack/test/abstract/abstract_controller_test.rb, line 125
def index
  render
end