Skip to content

Commit f9447eb

Browse files
committed
Adding presenters dir to load path
1 parent ae6bc2f commit f9447eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/application.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
module HacketyHackCom
1313
class Application < Rails::Application
14-
config.autoload_paths += %W(#{config.root}/lib)
14+
config.autoload_paths << "#{config.root}/lib" << "#{config.root}/presenters"
1515

1616
config.encoding = "utf-8"
1717

0 commit comments

Comments
 (0)