Methods
Class Public methods
Source: show
# File rails/actionpack/test/template/url_helper_test.rb, line 258 def self.controller_path; 'url_helper_with_controller' end
Instance Public methods
Source: show
# File rails/actionpack/test/template/url_helper_test.rb, line 268 def rescue_action(e) raise e end
Source: show
# File rails/actionpack/test/template/url_helper_test.rb, line 264 def show_named_route render :inline => "<%= show_named_route_#{params[:kind]} %>" end
Source: show
# File rails/actionpack/test/template/url_helper_test.rb, line 260 def show_url_for render :inline => "<%= url_for :controller => 'url_helper_with_controller', :action => 'show_url_for' %>" end