Fix production ember dependency

This commit is contained in:
2014-07-14 17:32:11 +02:00
parent 430279d007
commit ef8a727671
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ module Qwaiter
config.active_support.escape_html_entities_in_json = true
config.handlebars.templates_root = %w[supplier/app/templates waiter/app/templates user/app/templates]
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