mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
Bring a few details in line with Rails 4.1
This commit is contained in:
parent
9b92306252
commit
d171e13e24
10 changed files with 13 additions and 14 deletions
|
@ -4,7 +4,7 @@ require 'rails/all'
|
|||
|
||||
# Require the gems listed in Gemfile, including any gems
|
||||
# you've limited to :test, :development, or :production.
|
||||
Bundler.require(:default, Rails.env)
|
||||
Bundler.require(*Rails.groups)
|
||||
|
||||
require 'yaml'
|
||||
SITE_CONFIG = YAML.load_file(File.join(File.dirname(__FILE__), 'site.yml'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue