* adding requires bugsnag in needed locations to fix VRFS-1023- jam-web won't start
This commit is contained in:
parent
ad1521c98b
commit
a26b93a54b
|
|
@ -1,3 +1,4 @@
|
|||
require 'bugsnag'
|
||||
class ApplicationController < ActionController::Base
|
||||
protect_from_forgery
|
||||
include ApplicationHelper
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
unless $rails_rake_task
|
||||
|
||||
JamWebEventMachine.start
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
require 'em-websocket'
|
||||
require 'bugsnag'
|
||||
|
||||
module JamWebsockets
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue