1
0
Fork 0
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:
Aaron Patterson 2011-08-31 16:08:14 -07:00
parent e851e9e407
commit c5a91d0288

View file

@ -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