From b63e2f227625f06fb506377ab5d651f63014a21c Mon Sep 17 00:00:00 2001 From: John Bintz Date: Wed, 1 Feb 2012 10:25:43 -0500 Subject: [PATCH] readme update --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index df4a337..2fc912f 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ MyApp::Application.routes.draw do acceptance_helper_routes #=> for the :acceptance env, or acceptance_helper_routes_for :cucumber #=> for the :cucumber env end +``` The two additional routes are only added in that environment. @@ -52,3 +53,4 @@ If you're using ActiveResource, a good source of the URL is `ActiveResource::Bas 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request +