Methods
D
I
Instance Public methods
default_url_options()
# File actionpack/test/controller/integration_test.rb, line 765
def default_url_options
  { :host => "bar.com" }
end
index()
# File actionpack/test/controller/integration_test.rb, line 769
def index
  render :text => "foo#index"
end