mirror of
https://github.com/System-End/theseus.git
synced 2026-04-19 16:38:18 +00:00
fix
This commit is contained in:
parent
5dcc87a9cc
commit
a58bc715c0
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ module Theseus
|
|||
# Please, add to the `ignore` list any other `lib` subdirectories that do
|
||||
# not contain `.rb` files, or that should not be reloaded or eager loaded.
|
||||
# Common ones are `templates`, `generators`, or `middleware`, for example.
|
||||
config.autoload_lib(ignore: %w[assets tasks])
|
||||
config.autoload_lib(ignore: %w[assets tasks generators])
|
||||
|
||||
# Configuration for the application, engines, and railties goes here.
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue