We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae6bc2f commit f9447ebCopy full SHA for f9447eb
1 file changed
config/application.rb
@@ -11,7 +11,7 @@
11
12
module HacketyHackCom
13
class Application < Rails::Application
14
- config.autoload_paths += %W(#{config.root}/lib)
+ config.autoload_paths << "#{config.root}/lib" << "#{config.root}/presenters"
15
16
config.encoding = "utf-8"
17
0 commit comments