* fixing bad constant

This commit is contained in:
Seth Call 2013-09-22 02:18:33 +00:00
parent 6477bbb867
commit 40c8f66e64
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@ Bugsnag.configure do |config|
config.use_ssl = false
config.notify_release_stages = ["production"] # add 'development' if you want to test a feature locally
config.auto_notify = true
config.app_version = JamAdmins::VERSION
config.app_version = JamAdmin::VERSION
end