diff options
author | HombreLaser <sebastian-440@live.com> | 2023-02-20 19:53:50 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2023-02-20 19:53:50 -0600 |
commit | 78644d412df7274072e3a3d4ad0873437554781b (patch) | |
tree | d73f29f19790f7dde2023974e47610f8c4f07f7a /db | |
parent | 9aa71bb4bfa345da9514bf6bb251985af0b8758e (diff) |
Añade unsafe autocorrects de rubocop
Diffstat (limited to 'db')
-rw-r--r-- | db/seeds.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/seeds.rb b/db/seeds.rb index bc25fce..0664d1b 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: true # This file should contain all the record creation needed to seed the database with its default values. # The data can then be loaded with the bin/rails db:seed command (or created alongside the database with db:setup). # |