final/config/boot.rb

4 lines
170 B
Ruby
Raw Permalink Normal View History

2015-12-03 10:32:24 +08:00
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE']) # Set up gems listed in the Gemfile.