hovancik/BSDSec

View on GitHub
bin/rails

Summary

Maintainability
Test Coverage
Missing frozen string literal comment.
#!/usr/bin/env ruby
Prefer single-quoted strings when you don't need string interpolation or special symbols.
load File.expand_path("spring", __dir__)
APP_PATH = File.expand_path('../config/application', __dir__)
Prefer single-quoted strings when you don't need string interpolation or special symbols.
require_relative "../config/boot"
Prefer single-quoted strings when you don't need string interpolation or special symbols.
require "rails/commands"