From 942eac4ddb0c5edeba0816faa73aea3d329c64d5 Mon Sep 17 00:00:00 2001 From: Torsten Ruger Date: Thu, 9 Jul 2015 23:12:05 +0300 Subject: [PATCH] remove require from app since pixie doesn't do it either to no avail --- config/app.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/app.rb b/config/app.rb index 354b118..99a8606 100644 --- a/config/app.rb +++ b/config/app.rb @@ -1,8 +1,6 @@ # app.rb is used to configure your app. This code is only run on the server, # then any config options in config.public are passed to the client as well. -require "salama" - Volt.configure do |config| # Setup your global app config here.