diff options
author | HombreLaser <sebastian-440@live.com> | 2023-02-20 19:53:14 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2023-02-20 19:53:14 -0600 |
commit | 9aa71bb4bfa345da9514bf6bb251985af0b8758e (patch) | |
tree | f980e6f7a9d8f311cf5edd6239775e5ff3a4c5b6 /Rakefile | |
parent | a4d29f635c7c6bec4a15ab43956a2be896b0ff11 (diff) |
AƱadidos safe autocorrects de rubocop
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # Add your own tasks in files placed in lib/tasks ending in .rake, # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. -require_relative "config/application" +require_relative 'config/application' Rails.application.load_tasks |