compatibility with new cmtool version

This commit is contained in:
2015-07-16 18:55:48 +02:00
parent 544e0b019a
commit 69ff935c9e
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ module Qwaiter
end
config.handlebars.templates_root = %w[supplier/app/templates waiter/app/templates user/app/templates] if defined?(Ember::Rails) && defined?(Handlebars)
#config.handlebars.templates_root = %w[supplier/app/templates waiter/app/templates user/app/templates] if defined?(Ember::Rails) && defined?(Handlebars)
config.generators do |g|
g.orm :simply_stored
+1 -1
View File
@@ -190,6 +190,6 @@ Qwaiter::Application.routes.draw do
root to: 'pages#home'
resources :contact_forms, only: [:create]
resources :new_suppliers
get "/:name" => "pages#show", constraints: {name: /.*/}, as: :go_to
get "/:name" => "pages#show", constraints: {name: /.*/}, as: :page
end
end