mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
should be using a / in this route rather than a #
This commit is contained in:
@@ -141,7 +141,7 @@ module ApplicationTests
|
||||
test "routes appending blocks" do
|
||||
app_file 'config/routes.rb', <<-RUBY
|
||||
AppTemplate::Application.routes.draw do
|
||||
match ':controller#:action'
|
||||
match ':controller/:action'
|
||||
end
|
||||
RUBY
|
||||
|
||||
|
||||
Reference in New Issue
Block a user