Skip to content

Commit 6bae0d9

Browse files
committed
link dummy app with gem
1 parent 06ec78b commit 6bae0d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dummy_app/config/application.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ class Application < Rails::Application
1414
# Settings in config/environments/* take precedence over those specified here.
1515
# Application configuration should go into files in config/initializers
1616
# -- all .rb files in that directory are automatically loaded.
17+
config.eager_load_paths += %W( #{config.root}/../lib )
1718
end
1819
end

0 commit comments

Comments
 (0)