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