Methods
- T
Instance Public methods
test_existing_nested_resource()
Link
# File actionpack/test/template/url_helper_test.rb, line 716 def test_existing_nested_resource @controller = SessionsController.new get :show, :workshop_id => 1, :id => 1 assert_equal "/workshops/1/sessions/1\n<a href=\"/workshops/1/sessions/1\">Session</a>", @response.body end
test_existing_resource()
Link
test_new_nested_resource()
Link