We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d8c6e0 commit 8d5293eCopy full SHA for 8d5293e
1 file changed
config/routes.rb
@@ -4,7 +4,7 @@
4
resources :tags
5
# General configuration
6
root(to: 'application#main')
7
- # get 'main2' => 'application#main2'
+ get 'main2' => 'application#main2'
8
concern(:autocompletable) do
9
get :autocomplete, on: :collection
10
end
0 commit comments