Files
todo-back/config/boot.rb
T
2026-08-08 21:14:10 -05:00

5 lines
173 B
Ruby

ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
require "bundler/setup"
require "bootsnap/setup" if ENV.fetch("RAILS_ENV", "development") == "production"