#8 Add routes for explore menu

This commit is contained in:
2015-09-13 21:06:12 +08:00
parent 68ebb3215a
commit 2cd4af6b3a
+2
View File
@@ -88,6 +88,8 @@ Rails.application.routes.draw do
end
end
get '/explore', to: 'explore#index'
end
end
end