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 /bin/rails | |
parent | a4d29f635c7c6bec4a15ab43956a2be896b0ff11 (diff) |
AƱadidos safe autocorrects de rubocop
Diffstat (limited to 'bin/rails')
-rwxr-xr-x | bin/rails | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ #!/usr/bin/env ruby -APP_PATH = File.expand_path("../config/application", __dir__) -require_relative "../config/boot" -require "rails/commands" +APP_PATH = File.expand_path('../config/application', __dir__) +require_relative '../config/boot' +require 'rails/commands' |