Dynamic pages, language switcher and fix schedule drag drop time mismatch bug

This commit is contained in:
2015-02-21 15:05:45 +01:00
parent e60955130a
commit c8109c8ad6
29 changed files with 163 additions and 40 deletions
+1
View File
@@ -165,6 +165,7 @@ Qwaiter::Application.routes.draw do
post :mark_delivered
end
end
resources :pages, only: [:index, :show], constraints: {id: /.*/}
root to: 'sections#index'
end