Source: show | on GitHub
# File actionpack/test/controller/base_test.rb, line 41 def from_view render :inline => "<%= #{params[:route]} %>" end
# File actionpack/test/controller/base_test.rb, line 45 def url_options super.merge(:host => 'www.override.com') end