Source: show | on GitHub
# File actionpack/test/controller/base_test.rb, line 25 def default_url_options { :host => 'www.override.com', :action => 'new', :locale => 'en' } end
# File actionpack/test/controller/base_test.rb, line 21 def from_view render :inline => "<%= #{params[:route]} %>" end