Skip to content

Commit 71347cd

Browse files
threedaymonkgaletahub
authored andcommitted
The map block argument is redundant and triggers deprecation warnings in Rails 3.
1 parent 2c7bcd1 commit 71347cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/routes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Rails.application.routes.draw do |map|
1+
Rails.application.routes.draw do
22
match 'ckeditor/images', :to => 'ckeditor#images'
33
match 'ckeditor/files', :to => 'ckeditor#files'
44
match 'ckeditor/create/:kind', :to => 'ckeditor#create'

0 commit comments

Comments
 (0)