Skip to content

Commit

Permalink
Ruby Standard Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sarvaiyanidhi committed Jan 10, 2024
1 parent 7577090 commit d7b4b1f
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 @@ -25,7 +25,7 @@ class Application < Rails::Application
# config.eager_load_paths << Rails.root.join("extras")

config.action_mailer.preview_paths << (defined?(Rails.root) ? Rails.root.join("lib", "mailers", "previews") : nil)

config.eager_load_paths << Rails.root.join("app", "lib", "importers")
config.assets.paths << Rails.root.join("app", "assets", "webfonts")
config.active_storage.variant_processor = :mini_magick
Expand Down

0 comments on commit d7b4b1f

Please sign in to comment.