config.root
This commit is contained in:
parent
2487ca887d
commit
0bfde95476
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ module Balder
|
|||
|
||||
# Custom directories with classes and modules you want to be autoloadable.
|
||||
# config.autoload_paths += %W(#{config.root}/
|
||||
config.autoload_paths += %W(#{Rails.root}/lib #{config.root}/app/middleware/)
|
||||
config.autoload_paths += %W(#{config.root}/lib #{config.root}/app/middleware/)
|
||||
|
||||
config.encoding = "utf-8"
|
||||
|
||||
|
|
Loading…
Reference in a new issue