* adding requires bugsnag in needed locations to fix VRFS-1023- jam-web won't start

This commit is contained in:
Seth Call 2014-01-25 17:48:17 -06:00
parent ad1521c98b
commit a26b93a54b
3 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
require 'bugsnag'
class ApplicationController < ActionController::Base
protect_from_forgery
include ApplicationHelper

View File

@ -1,3 +1,4 @@
unless $rails_rake_task
JamWebEventMachine.start

View File

@ -1,4 +1,5 @@
require 'em-websocket'
require 'bugsnag'
module JamWebsockets