* fixing bad constant
This commit is contained in:
parent
6477bbb867
commit
40c8f66e64
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue