Skip to content

Commit a3938e2

Browse files
committed
Avoid namespace for the Flodesk class.
In order to avoid Zeitwerk expectations failing.
1 parent 20c0652 commit a3938e2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

config/initializers/flodesk.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require 'services/flodesk'
1+
require 'flodesk'
22

33
key = Rails.env.test? ? 'test' : ENV['FLODESK_KEY']
44
Rails.logger.warn 'Missing FLODESK_KEY environment variable' unless key
File renamed without changes.

0 commit comments

Comments
 (0)