Skip to content

Commit

Permalink
Merge pull request #123 from dxw/fix/add-action-mailer-to-console
Browse files Browse the repository at this point in the history
Fix bin/console
  • Loading branch information
mec authored Feb 23, 2024
2 parents cd881e0 + f289164 commit e1e85b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/console
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# frozen_string_literal: true

require 'bundler/setup'
require 'action_mailer'
require 'mail/notify'

# You can add fixtures and/or initialization code here to make experimenting
Expand Down

0 comments on commit e1e85b5

Please sign in to comment.