Skip to content
This repository was archived by the owner on May 14, 2018. It is now read-only.

Commit 0e6e7e1

Browse files
committed
Move /lib to /app/lib so autoloading works in production
1 parent fdea329 commit 0e6e7e1

File tree

4 files changed

+0
-2
lines changed

4 files changed

+0
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

config/application.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ class Application < Rails::Application
2121
# Initialize configuration defaults for originally generated Rails version.
2222
config.load_defaults 5.1
2323

24-
config.autoload_paths << Rails.root.join("lib")
25-
2624
# Settings in config/environments/* take precedence over those specified here.
2725
# Application configuration should go into files in config/initializers
2826
# -- all .rb files in that directory are automatically loaded.

0 commit comments

Comments
 (0)