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
@@ -1,3 +1,4 @@
# frozen_string_literal: true
class CreateUsers < ActiveRecord::Migration
def change
create_table :users do |t|
@@ -1,3 +1,4 @@
# frozen_string_literal: true
class CreateRetirements < ActiveRecord::Migration
def change
create_table :retirements do |t|
@@ -1,3 +1,4 @@
# frozen_string_literal: true
class CreatePaidTimeOffs < ActiveRecord::Migration
def change
create_table :paid_time_offs do |t|
@@ -1,3 +1,4 @@
# frozen_string_literal: true
class CreateSchedules < ActiveRecord::Migration
def change
create_table :schedules do |t|
@@ -1,3 +1,4 @@
# frozen_string_literal: true
class CreateWorkInfos < ActiveRecord::Migration
def change
create_table :work_infos do |t|
@@ -1,3 +1,4 @@
# frozen_string_literal: true
class CreatePerformances < ActiveRecord::Migration
def change
create_table :performances do |t|
@@ -1,3 +1,4 @@
# frozen_string_literal: true
class CreateBenefits < ActiveRecord::Migration
def change
create_table :benefits do |t|
@@ -1,3 +1,4 @@
# frozen_string_literal: true
class CreateMessages < ActiveRecord::Migration
def change
create_table :messages do |t|
@@ -1,3 +1,4 @@
# frozen_string_literal: true
class AddEncryptedSsnToWorkInfos < ActiveRecord::Migration
def change
add_column :work_infos, :encrypted_ssn, :binary
@@ -1,3 +1,4 @@
# frozen_string_literal: true
class CreateKeyManagements < ActiveRecord::Migration
def change
create_table :key_managements do |t|
@@ -1,3 +1,4 @@
# frozen_string_literal: true
class AddAuthTokenToUsers < ActiveRecord::Migration
def change
add_column :users, :auth_token, :string
+1
View File
@@ -1,3 +1,4 @@
# frozen_string_literal: true
class CreatePays < ActiveRecord::Migration
def change
create_table :pays do |t|
@@ -1,3 +1,4 @@
# frozen_string_literal: true
class CreateAnalytics < ActiveRecord::Migration
def change
create_table :analytics do |t|