End of day commit

This commit is contained in:
2015-07-16 19:26:19 +02:00
parent 69ff935c9e
commit 3458384732
6 changed files with 21 additions and 25 deletions
+9
View File
@@ -0,0 +1,9 @@
if "Ember::Emblem::Template".safe_constantize
Ember::Emblem::Template.configure do |config|
config.templates_root = ['app/templates']
config.templates_root = %w[supplier/app/templates waiter/app/templates user/app/templates]
# You can overwrite other config
end
end