1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Do not trigger the old mapper to avoid deprecation messages.

This commit is contained in:
José Valim 2010-06-28 15:36:47 +02:00
parent 0b6ce34223
commit e4f9132f6a

View file

@ -1,4 +1,4 @@
<%= app_const %>.routes.draw do |map|
<%= app_const %>.routes.draw do
# The priority is based upon order of creation:
# first created -> highest priority.