Skip to content

Commit

Permalink
Reverted deprecation warning changes for spec failing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sarvaiyanidhi committed Jan 9, 2024
1 parent 63e833a commit 1d639db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Application < Rails::Application
# config.time_zone = "Central Time (US & Canada)"
# config.eager_load_paths << Rails.root.join("extras")

config.action_mailer.preview_paths << "#{Rails.root}/lib/mailer_previews"
config.action_mailer.preview_path = "#{Rails.root}/lib/mailer_previews"

config.eager_load_paths << Rails.root.join("app", "lib", "importers")
config.assets.paths << Rails.root.join("app", "assets", "webfonts")
Expand Down

0 comments on commit 1d639db

Please sign in to comment.