chore(rubocop): giganto rubocop commit.

muahahahah
This commit is contained in:
Joseph Mastey
2017-12-05 18:46:21 -06:00
parent 284cd8811c
commit 9902345291
120 changed files with 743 additions and 635 deletions
+5 -4
View File
@@ -1,6 +1,7 @@
require File.expand_path('../boot', __FILE__)
# frozen_string_literal: true
require File.expand_path("../boot", __FILE__)
require 'rails/all'
require "rails/all"
# Require the gems listed in Gemfile, including any gems
# you've limited to :test, :development, or :production.
@@ -46,12 +47,12 @@ module Railsgoat
# Enable the asset pipeline
config.assets.enabled = true
# add app/assets/fonts to the asset path
config.assets.paths << Rails.root.join("app", "assets", "fonts")
# Version of your assets, change this if you want to expire all your assets
config.assets.version = '1.0'
config.assets.version = "1.0"
I18n.config.enforce_available_locales = false
end