Methods
I
R
S
Instance Public methods
index()
# 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
rescue_action(e)
# File actionpack/test/template/url_helper_test.rb, line 669
def rescue_action(e) raise e end
show()
# 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