compatibility with new cmtool version
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user