Skip to content

Commit edebba4

Browse files
committed
Update airbrake.rb
typo
1 parent 5fcf881 commit edebba4

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)