Basic functionality working

This commit is contained in:
2015-09-08 13:31:20 +02:00
parent 1caa488524
commit d87befd00f
6 changed files with 26 additions and 13 deletions
+1
View File
@@ -16,6 +16,7 @@ Qwaiter::Application.configure do
config.ember.variant = :development
config.action_controller.asset_host = "http://localhost:3000"
# config.web_console.automount = true
# Don't care if the mailer can't send
+1 -1
View File
@@ -54,7 +54,7 @@ Qwaiter::Application.configure do
# config.cache_store = :mem_cache_store
# Enable serving of images, stylesheets, and JavaScripts from an asset server
# config.action_controller.asset_host = "http://assets.example.com"
config.action_controller.asset_host = "http://assets.mozo.bar"
# Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added)
# config.assets.precompile += %w( search.js )