Skip to content
Snippets Groups Projects

Experiment: "Build iOS app guide" email campaign

Merged Eugie Limpin requested to merge experiment/publish-ios-apps-with-fastlane into master
4 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -61,7 +61,7 @@ def self.send_for_all_tracks_and_intervals
def initialize(track, interval)
@track = track
@interval = interval
@sent_email_records = InProductMarketingEmailRecords.new
@sent_email_records = ::Users::InProductMarketingEmailRecords.new
end
def execute
Loading