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