Created
March 9, 2019 12:42
-
-
Save igkuz/6efd0786b76869af08c1ce7c64792dc2 to your computer and use it in GitHub Desktop.
Boot file for sample ROM app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ENV['RACK_ENV'] ||= 'development' | |
| APP_ROOT = File.expand_path('../', __FILE__) | |
| ENV['BUNDLE_GEMFILE'] ||= File.join(APP_ROOT, '/', 'Gemfile') | |
| require 'bundler' | |
| Bundler.require(:default, ENV['RACK_ENV'].to_sym) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment