From 70f55f1f837cbe2649599d57f85fc27c059c794b Mon Sep 17 00:00:00 2001 From: Ryan W Date: Mon, 25 Mar 2024 16:49:11 -0700 Subject: [PATCH] build: Fix rubocop Layout/EmptyLineAfterMagicComment --- db/seeds.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/db/seeds.rb b/db/seeds.rb index 07b11e8..0f16211 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -1,4 +1,5 @@ # frozen_string_literal: true + # This file should ensure the existence of records required to run the application in every environment (production, # development, test). The code here should be idempotent so that it can be executed at any point in every environment. # The data can then be loaded with the bin/rails db:seed command (or created alongside the database with db:setup).