mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Missing require AS/core_ext/string/access
for `line.from`
This commit is contained in:
parent
797ae91543
commit
c490bbb247
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require "active_support/backtrace_cleaner"
|
||||
require "active_support/core_ext/string/access"
|
||||
|
||||
module Rails
|
||||
class BacktraceCleaner < ActiveSupport::BacktraceCleaner
|
||||
|
|
Loading…
Reference in a new issue