fügt eine navbar und eine Indexseite hinzu

This commit is contained in:
Florian Bogenhard
2014-08-08 22:56:13 +02:00
parent dae819f069
commit 9d574f5511
8 changed files with 67 additions and 14 deletions
+3
View File
@@ -1,4 +1,7 @@
Rails.application.routes.draw do
resources :documents
root 'documents#index'
# The priority is based upon order of creation: first created -> highest priority.
# See how all your routes lay out with "rake routes".