Skip to content

Commit

Permalink
Words
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwhite committed Sep 19, 2009
1 parent 9c1c237 commit 3008e7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion History.txt
@@ -1,6 +1,6 @@
* RC no longer uses the route that invoked the controller to figure out wildcard enclosing resources.

- this change also means that you will no longer get those pesky 'NoRecognizedRoute' action when your controller
- this change means that you will no longer get those pesky 'NoRecognizedRoute' errors when your controller
is invoked by another route, such as a :controller/:action/:id route.

* Further relaxed RC's route pickiness. If a route is not recognised, construct segments from the params
Expand Down
2 changes: 2 additions & 0 deletions lib/ardes/resources_controller.rb
Expand Up @@ -117,6 +117,8 @@ module Ardes#:nodoc:
# When the controller is invoked via the '' url, rc will use :resource_path to recognize the
# route.
#
# This is only necessary if you have wildcard enclosing resources enabled (the default)
#
# ==== Putting it all together
#
# An exmaple app
Expand Down

0 comments on commit 3008e7f

Please sign in to comment.