Skip to content

Commit c15e37e

Browse files
committed
Merge pull request coderwall#68 from seuros/patch-2
Update airbrake.rb
2 parents 5fcf881 + edebba4 commit c15e37e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/initializers/airbrake.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
if defined(Airbrake)
1+
if defined?(Airbrake)
22
Airbrake.configure do |config|
33
config.api_key = ENV['AIRBRAKE_API']
44
config.host = ENV['AIRBRAKE_HOST']

0 commit comments

Comments
 (0)