/new/foo/bar/fubar/snafu/snafu?foo=bar&situation=normal
Params:
foo => bar |
situation => normal |
controller => new |
action => an_action |
a => foo |
b => bar |
c => fubar |
d => snafu |
e => snafu |
Params to array:
0 => foo |
1 => bar |
2 => fubar |
3 => snafu |
4 => snafu |
Params to hash:
foo => bar |
situation => normal |