
| Key: |
JRUBY-2525
|
| Type: |
Bug
|
| Status: |
Open
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Nick Sieger
|
| Votes: |
0
|
| Watchers: |
2
|
|
If you were logged in you would be able to see more operations.
|
|
|
JRuby
Created: 15/May/08 10:32 AM
Updated: 15/May/08 10:38 AM
|
|
| Component/s: |
Core Classes/Modules
|
| Affects Version/s: |
JRuby 1.1.1
|
| Fix Version/s: |
None
|
|
|
> ActionController::Routing::Routes.recognize_path('/thingy/subthingy', { :method => :get })
=> This recognizes controller => 'thingy', action => 'subthingy'
=> It should recognize controller => 'thingy/subthingy'
See the debug results on the mailing list page.