Skip to content

Commit

Permalink
ensure CurrentUser is available
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Sep 13, 2023
1 parent 50a13c8 commit 075f84b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/dashboard/config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ class Application < Rails::Application
# config.time_zone = "Central Time (US & Canada)"
# config.eager_load_paths << Rails.root.join("extras")

config.autoload_paths << Rails.root.join('lib')

# Locales are handled in config/initializers/locales.rb.

# Custom error pages
Expand Down

0 comments on commit 075f84b

Please sign in to comment.