mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
should be using a / in this route rather than a #
This commit is contained in:
parent
e851e9e407
commit
c5a91d0288
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ module ApplicationTests
|
||||||
test "routes appending blocks" do
|
test "routes appending blocks" do
|
||||||
app_file 'config/routes.rb', <<-RUBY
|
app_file 'config/routes.rb', <<-RUBY
|
||||||
AppTemplate::Application.routes.draw do
|
AppTemplate::Application.routes.draw do
|
||||||
match ':controller#:action'
|
match ':controller/:action'
|
||||||
end
|
end
|
||||||
RUBY
|
RUBY
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue