Source: show | on GitHub
# File actionpack/test/template/url_helper_test.rb, line 659 def index @workshop = Workshop.new(nil) render :inline => "<%= url_for(@workshop) %>\n<%= link_to('Workshop', @workshop) %>" end
# File actionpack/test/template/url_helper_test.rb, line 669 def rescue_action(e) raise e end
# File actionpack/test/template/url_helper_test.rb, line 664 def show @workshop = Workshop.new(params[:id]) render :inline => "<%= url_for(@workshop) %>\n<%= link_to('Workshop', @workshop) %>" end