Skip to content

Instantly share code, notes, and snippets.

@promisepreston
Last active September 8, 2019 02:08
Show Gist options
  • Save promisepreston/4fb828f26729fda71a3ee448f32ea42a to your computer and use it in GitHub Desktop.
Save promisepreston/4fb828f26729fda71a3ee448f32ea42a to your computer and use it in GitHub Desktop.
# config/application.rb
module ApiApp
class Application < Rails::Application
#.....
config.eager_load_paths << Rails.root.join('lib')
#.....
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment