3 lines
91 B
Ruby
3 lines
91 B
Ruby
|
ActionController::Routing::Routes.draw do |map|
|
||
|
map.connect ':controller/:action/:id'
|
||
|
end
|