Skip to content

Commit 8d5293e

Browse files
committed
Update routes.rb
1 parent 4d8c6e0 commit 8d5293e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/routes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
resources :tags
55
# General configuration
66
root(to: 'application#main')
7-
# get 'main2' => 'application#main2'
7+
get 'main2' => 'application#main2'
88
concern(:autocompletable) do
99
get :autocomplete, on: :collection
1010
end

0 commit comments

Comments
 (0)